some additional changes to make it look _really_ good again
[themes.git] / EarlyBlue / global / skin / autocomplete.css
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
2
3 /* ::::: autocomplete ::::: */
4
5 textbox[type="autocomplete"]
6   {
7     cursor              : default !important;
8   }
9
10 .textbox-input 
11   {
12     cursor              : text;
13   }
14
15 .autocomplete-internal-box 
16   {
17     padding             : 0px !important;
18   }
19
20 .autocomplete-textbox-container
21   {
22     padding             : 1px 2px 1px 2px; 
23   }
24
25
26 /* ::::: history button ::::: */
27
28 .autocomplete-history-button
29   {
30     -moz-binding        : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
31     width               : 15px; 
32     min-height          : 19px; 
33     border              : none;
34     background-color    : #9999CC;
35     list-style-image    : url("chrome://global/skin/scroll-down.gif");
36     padding             : 0px;
37     margin              : 0px;
38   }
39
40 .autocomplete-history-button > .autocomplete-history-button-internal-box 
41   {
42     border              : 1px outset #CCD0DD;
43     padding             : 1px;
44   }
45
46 .autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
47   {
48     border              : 1px inset #CCD0DD;
49     padding             : 2px 0px 0px 2px;
50   }
51
52 /* ::::: autocomplete popups ::::: */
53
54 .autocomplete-result-popup,
55 .autocomplete-history-popup
56   {
57     border                 : 1px solid #9999CC !important;
58     background-color       : white !important;
59   }
60
61 .autocomplete-history-popup
62   {
63     max-height             : 180px;
64   }
65
66 /* ::::: outliner ::::: */
67
68 .autocomplete-outliner 
69   {
70     background-color       : transparent !important;
71   }
72
73 .autocomplete-outlinercol 
74   {
75     margin                 : 0px !important;
76     border                 : none !important;
77     padding                : 0px !important;
78   }
79
80 .autocomplete-outlinerbody:-moz-outliner-row(menuactive) 
81   {
82     background-color       : Highlight;
83   }
84
85 .autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) 
86   {
87     color                  : HighlightText !important;
88   }
89
90
91