follow-up to r85193: missed one file
[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: 1099;
11 padding: 0;
12 margin: -1px -1px 0 0;
13 }
14 /* IGNORED BY IE6 */
15 html > body .suggestions {
16 margin: -1px 0 0 0;
17 }
18 .suggestions-special {
19 position: relative;
20 background-color: Window;
21 font-size: 0.8em;
22 cursor: pointer;
23 border: solid 1px #aaaaaa;
24 padding: 0;
25 margin: 0;
26 margin-top: -2px;
27 display: none;
28 padding: 0.25em 0.25em;
29 line-height: 1.25em;
30 }
31 .suggestions-results {
32 background-color: white;
33 background-color: Window;
34 font-size: 0.8em;
35 cursor: pointer;
36 border: solid 1px #aaaaaa;
37 padding: 0;
38 margin: 0;
39 }
40 .suggestions-result {
41 color: black;
42 color: WindowText;
43 margin: 0;
44 line-height: 1.5em;
45 padding: 0.01em 0.25em;
46 text-align: left;
47 }
48 .suggestions-result-current {
49 background-color: #4C59A6;
50 background-color: Highlight;
51 color: white;
52 color: HighlightText;
53 }
54 .suggestions-special .special-label {
55 font-size: 0.8em;
56 color: gray;
57 text-align: left;
58 }
59 .suggestions-special .special-query {
60 color: black;
61 font-style: italic;
62 text-align: left;
63 }
64 .suggestions-special .special-hover {
65 background-color: silver;
66 }
67 .suggestions-result-current .special-label,
68 .suggestions-result-current .special-query {
69 color: white;
70 color: HighlightText;
71 }
72 .autoellipsis-matched,
73 .highlight {
74 font-weight: bold;
75 }