1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
3 /* ::::: autocomplete ::::: */
5 textbox[type="autocomplete"]
7 cursor : default !important;
15 .autocomplete-internal-box
17 padding : 0px !important;
20 .autocomplete-textbox-container
22 padding : 1px 2px 1px 2px;
25 /* ::::: history button ::::: */
27 .autocomplete-history-button
29 -moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
30 border-top : 1px solid -moz-Dialog;
31 border-right : 1px solid ThreeDDarkShadow;
32 border-bottom : 1px solid ThreeDDarkShadow;
33 border-left : 1px solid ThreeDFace;
34 background-color : ThreeDFace;
35 list-style-image : url("chrome://global/skin/scroll-down.gif");
38 .autocomplete-history-button > .autocomplete-history-button-internal-box
40 border-top : 1px solid ThreeDHighlight;
41 border-right : 1px solid ThreeDShadow;
42 border-bottom : 1px solid ThreeDShadow;
43 border-left : 1px solid ThreeDHighlight;
47 .autocomplete-history-button[open="true"]
49 border : 1px solid ThreeDDarkShadow;
52 .autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
54 border : 1px solid ThreeDFace;
55 padding : 2px 0px 0px 2px;
58 /* ::::: autocomplete popups ::::: */
60 .autocomplete-result-popup,
61 .autocomplete-history-popup
63 border : 1px solid ThreeDDarkShadow !important;
64 background-color : -moz-Field !important;
67 .autocomplete-history-popup
72 /* ::::: outliner ::::: */
74 .autocomplete-outliner
76 background-color : transparent !important;
79 .autocomplete-outlinercol
81 margin : 0px !important;
82 border : none !important;
83 padding : 0px !important;
86 .autocomplete-outlinerbody:-moz-outliner-row(menuactive)
88 background-color : Highlight;
91 .autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive)
93 color : HighlightText !important;