making attachment pane size correctly
[themes.git] / LCARStrek / 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 {
22 padding : 1px 2px 1px 2px;
23 }
24
25/* ::::: history button ::::: */
26
27.autocomplete-history-button
28 {
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");
36 }
37
38.autocomplete-history-button > .autocomplete-history-button-internal-box
39 {
40 border-top : 1px solid ThreeDHighlight;
41 border-right : 1px solid ThreeDShadow;
42 border-bottom : 1px solid ThreeDShadow;
43 border-left : 1px solid ThreeDHighlight;
44 padding : 1px;
45 }
46
47.autocomplete-history-button[open="true"]
48 {
49 border : 1px solid ThreeDDarkShadow;
50 }
51
52.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box
53 {
54 border : 1px solid ThreeDFace;
55 padding : 2px 0px 0px 2px;
56 }
57
58/* ::::: autocomplete popups ::::: */
59
60.autocomplete-result-popup,
61.autocomplete-history-popup
62 {
63 border : 1px solid ThreeDDarkShadow !important;
64 background-color : -moz-Field !important;
65 }
66
67.autocomplete-history-popup
68 {
69 max-height : 180px;
70 }
71
72/* ::::: outliner ::::: */
73
74.autocomplete-outliner
75 {
76 background-color : transparent !important;
77 }
78
79.autocomplete-outlinercol
80 {
81 margin : 0px !important;
82 border : none !important;
83 padding : 0px !important;
84 }
85
86.autocomplete-outlinerbody:-moz-outliner-row(menuactive)
87 {
88 background-color : Highlight;
89 }
90
91.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive)
92 {
93 color : HighlightText !important;
94 }