traversal indention. Follow-up r79924
[lhc/web/wiklou.git] / resources / jquery / jquery.suggestions.css
1 /* suggestions plugin */
2
3 .suggestions {
4 overflow: hidden;
5 position: absolute;
6 top: 0px;
7 left: 0px;
8 width: 0px;
9 border: none;
10 z-index: 99;
11 padding: 0;
12 margin: -1px 0 0 0;
13 }
14 .suggestions-special {
15 position: relative;
16 background-color: Window;
17 font-size: 0.8em;
18 cursor: pointer;
19 border: solid 1px #aaaaaa;
20 padding: 0;
21 margin: 0;
22 margin-top: -2px;
23 display: none;
24 padding: 0.25em 0.25em;
25 line-height: 1.25em;
26 }
27 .suggestions-results {
28 background-color: white;
29 background-color: Window;
30 font-size: 0.8em;
31 cursor: pointer;
32 border: solid 1px #aaaaaa;
33 padding: 0;
34 margin: 0;
35 }
36 .suggestions-result {
37 color: black;
38 color: WindowText;
39 margin: 0;
40 line-height: 1.5em;
41 padding: 0.01em 0.25em;
42 text-align: left;
43 }
44 .suggestions-result-current {
45 background-color: #4C59A6;
46 background-color: Highlight;
47 color: white;
48 color: HighlightText;
49 }
50 .suggestions-special .special-label {
51 font-size: 0.8em;
52 color: gray;
53 text-align: left;
54 }
55 .suggestions-special .special-query {
56 color: black;
57 font-style: italic;
58 text-align: left;
59 }
60 .suggestions-special .special-hover {
61 background-color: silver;
62 }
63 .suggestions-result-current .special-label,
64 .suggestions-result-current .special-query {
65 color: white;
66 color: HighlightText;
67 }
68 .autoellipsis-matched,
69 .highlight {
70 font-weight: bold;
71 }