8b72f35f953b02329b2764d02a000840340cbc48
[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 .debug {
18         color: #aaa;
19 }
20
21 .debug:hover {
22         color: #000;
23 }
24
25 li label:hover, td label:hover {
26         background: #ff8;
27 }       
28
29 td label {
30         white-space: nowrap;
31 }