88e82d302fe91ca594ebce8b9c23c9f1c815e4b4
[MojoFacets.git] / public / mojo_facets.css
1 .count {
2         color: #aaa;
3 }
4 .count:before {
5         content: "(";
6 }
7 .count:after {
8         content: ")";
9 }
10
11
12 .admin {
13         background: #ffc;
14         padding: 0.25em;
15 }
16
17 .admin .active {
18         font-weight: bold;
19 }
20
21 .debug {
22         color: #aaa;
23 }
24
25 .debug:hover {
26         color: #000;
27 }
28
29 li label:hover, td label:hover {
30         background: #ff8;
31 }       
32
33 td label {
34         white-space: nowrap;
35 }