some additional changes to make it look _really_ good again
[themes.git] / EarlyBlue / global / skin / autocomplete.css
CommitLineData
1b305faf 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.textbox-input
11 {
12 cursor : text;
13 }
14
15.autocomplete-internal-box
16 {
17 padding : 0px !important;
18 }
19
20.autocomplete-textbox-container
21 {
d06746d5 22 padding : 1px 2px 1px 2px;
1b305faf 23 }
24
d06746d5 25
1b305faf 26/* ::::: history button ::::: */
27
28.autocomplete-history-button
29 {
30 -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
d06746d5 31 width : 15px;
32 min-height : 19px;
33 border : none;
34 background-color : #9999CC;
1b305faf 35 list-style-image : url("chrome://global/skin/scroll-down.gif");
d06746d5 36 padding : 0px;
37 margin : 0px;
1b305faf 38 }
39
40.autocomplete-history-button > .autocomplete-history-button-internal-box
41 {
d06746d5 42 border : 1px outset #CCD0DD;
1b305faf 43 padding : 1px;
44 }
45
1b305faf 46.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
47 {
d06746d5 48 border : 1px inset #CCD0DD;
1b305faf 49 padding : 2px 0px 0px 2px;
50 }
51
52/* ::::: autocomplete popups ::::: */
53
54.autocomplete-result-popup,
55.autocomplete-history-popup
56 {
d06746d5 57 border : 1px solid #9999CC !important;
58 background-color : white !important;
1b305faf 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 }
d06746d5 89
90
91