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