-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery-facets-dark.css
112 lines (97 loc) · 1.46 KB
/
jquery-facets-dark.css
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.results
{
width: 100%;
margin :0;
clear: left;
padding: 0;
}
.results .defaultResultsPrinterTable
{
width: 100%;
margin: 0;
text-align: center;
}
.results .defaultResultsPrinterTable th
{
background: #339;
color: white;
font-weight: bold;
margin-bottom: 3px;
padding-left: 5px;
}
.results .defaultResultsPrinterTable td
{
}
.results .inner
{
border: 1px solid #bbb;
border-top: none;
}
.facetList
{
margin: 0;
padding: 0;
}
.facet
{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
float: left;
margin: 0;
padding: 0;
}
.facetDrag
{
background: rgba(200,200,200,0.5);
float: left;
margin: 0;
padding: 0;
}
.facet .caption
{
display: block;
color: #66F;
font-weight: bold;
margin: 0;
padding-bottom: 3px;
padding-left: 5px;
cursor: move;
}
.facet .inner
{
display: block;
margin: 0;
padding: 0;
border: 1px solid #bbb;
border-left: none;
background: #222;
overflow: scroll;
}
div.facet.first .inner
{
border-left: 1px solid #bbb;
}
.facet .inner li
{
display: block;
list-style: none;
padding: 2px 8px;
margin: 0;
}
.facet .inner li.row_odd,
.results .defaultResultsPrinterTable tr.row_odd
{
background: #333;
}
.facet .inner li.row_even,
.results .defaultResultsPrinterTable tr.row_even
{
background: #445;
}
.facet .inner li.selected
{
background: #88F;
color: white;
font-weight: bold;
}