summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/queryFilter/queryFilter.css
blob: dfe055cd7c9da2f54a65a65e4a2b51d2c10c049e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.uiQueryFilter {
	width: 350px;
	padding: 5px;
	background: #d8e7ff;
	background: -moz-linear-gradient(left, #d8e7ff, #e8f1ff);
	background: -webkit-linear-gradient(left, #d8e7ff, #e8f1ff);
}

.uiQueryFilter DIV.uiQueryFilter-section {
	margin-bottom: 5px;
}

.uiQueryFilter HEADER {
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 0;
}

.uiQueryFilter-aliases SELECT {
	width: 100%;
}

.uiQueryFilter-booble {
	cursor: pointer;
	background: #e8f1ff;
	border: 1px solid #e8f1ff;
	border-radius: 5px;
	padding: 1px 4px;
	margin-bottom: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.uiQueryFilter-booble.selected {
	background: #dae3f0;
	border-top: 1px solid #c8d4e6;
	border-left: 1px solid #c8d4e6;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.uiQueryFilter-filterName {
	background-color: #cbdfff;
	margin-bottom: 4px;
	padding: 3px;
	cursor: pointer;
}

.uiQueryFilter-filters INPUT  {
	width: 300px;
}

.uiQueryFilter-subMultiFields {
	padding-left: 10px;
}

.uiQueryFilter-rangeHintFrom,
.uiQueryFilter-rangeHintTo {
	margin: 0;
	opacity: 0.75;
}