incorporate all needed *stripe/classic changes until toolkit and suite moved from...
[themes.git] / EarlyBlue / global / menu.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3  *
4  * The contents of this file are subject to the Mozilla Public License Version
5  * 1.1 (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/MPL/
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11  * for the specific language governing rights and limitations under the
12  * License.
13  *
14  * The Original Code is "Classic" theme of mozilla.org code.
15  *
16  * The Initial Developer of the Original Code is
17  * the Mozilla Organization.
18  * Portions created by the Initial Developer are Copyright (C) 1998-2001
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Robert Kaiser <KaiRo@KaiRo.at>
23  *
24  * Alternatively, the contents of this file may be used under the terms of
25  * either the GNU General Public License Version 2 or later (the "GPL"), or
26  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27  * in which case the provisions of the GPL or the LGPL are applicable instead
28  * of those above. If you wish to allow use of your version of this file only
29  * under the terms of either the GPL or the LGPL, and not to allow others to
30  * use your version of this file under the terms of the MPL, indicate your
31  * decision by deleting the provisions above and replace them with the notice
32  * and other provisions required by the GPL or the LGPL. If you do not delete
33  * the provisions above, a recipient may use your version of this file under
34  * the terms of any one of the MPL, the GPL or the LGPL.
35  *
36  * ***** END LICENSE BLOCK ***** */
37
38 /* ===== menu.css =======================================================
39   == Styles used by XUL menu-related elements.
40   ======================================================================= */
41
42 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
44 /* ::::: menu/menuitem ::::: */
45
46 menu,
47 menuitem {
48   -moz-box-align: center;
49   max-width: 42em;
50   color: #000000;
51   list-style-image: none;
52 }
53
54 menuitem[default="true"] {
55   font-weight: bold;
56 }
57
58 menu[_moz-menuactive="true"],
59 menuitem[_moz-menuactive="true"] {
60   background-color: #336699;
61   color: #FFFFFF;
62 }
63
64 menu[disabled="true"],
65 menuitem[disabled="true"],
66 menu[_moz-menuactive="true"][disabled="true"],
67 menuitem[_moz-menuactive="true"][disabled="true"] {
68   color: #999999;
69 }
70
71 menubar > menu {
72   padding: 2px 0px 2px 3px;
73   margin: 0px 2px 0px 0px;
74   border: 1px solid #CCD0DD;
75 }
76
77 menubar > menu[_moz-menuactive="true"] {
78   background-color: #CCD0DD;
79   color: #000000;
80   border: 1px outset #CCD0DD;
81 }
82
83 menubar > menu[open] {
84   background-color: #CCD0DD;
85   color: #000000;
86   border: 1px inset #CCD0DD;
87 }
88
89 menuitem.spell-suggestion {
90   font-weight: bold;
91 }
92
93 /* ::::: menu/menuitems in popups ::::: */
94
95 menupopup > menu,
96 popup > menu,
97 menupopup > menuitem,
98 popup > menuitem {
99   padding: 2px;
100 }
101
102 /* ::::: menu/menuitems in menulist popups ::::: */
103
104 .menulist-menupopup > menuitem,
105 menulist > menupopup > menuitem,
106 .menulist-menupopup > menu,
107 menulist > menupopup > menu {
108   padding-top: 1px;
109   padding-bottom: 1px;
110   -moz-padding-start: 1px;
111   -moz-padding-end: 22px;
112   max-width: none;
113 }
114
115 /* ..... internal content .... */
116
117 .menu-text,
118 .menu-iconic-left,
119 .menu-iconic-text {
120   margin-top: 0px !important;
121   margin-bottom: 0px !important;
122   -moz-margin-start: 0px !important;
123   -moz-margin-end: 2px !important;
124   color: inherit;
125 }
126
127 .menu-text {
128   -moz-margin-start: 18px !important;
129   font-weight: inherit;
130 }
131
132 .menu-description {
133   font-style: italic;
134   color: #808080;
135   -moz-margin-start: 1ex !important;
136 }
137
138 .menu-accel,
139 .menu-iconic-accel {
140   margin-top: 0px !important;
141   margin-bottom: 0px !important;
142   -moz-margin-start: 7px !important;
143   -moz-margin-end: 2px !important;
144   -moz-padding-end: 14px;
145   color: inherit;
146 }
147
148 .menu-iconic-icon {
149 /*
150   width: 16px;
151   height: 16px;
152 */
153 }
154
155 .menu-iconic-left {
156   width: 16px;
157 }
158
159 .menu-right {
160   margin-top: 0px;
161   margin-bottom: 0px;
162   -moz-margin-start: 3px;
163   -moz-margin-end: 0px;
164   width: 8px;
165   list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
166   -moz-image-region: auto;
167 }
168
169 .menu-right[_moz-menuactive="true"] {
170   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif");
171 }
172
173 .menu-right[disabled="true"] {
174   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
175 }
176
177 .menu-right[chromedir="rtl"] {
178   list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif");
179 }
180
181 .menu-right[chromedir="rtl"][_moz-menuactive="true"] {
182   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif");
183 }
184
185 .menu-right[chromedir="rtl"][disabled="true"] {
186   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif");
187 }
188
189 .menubar-left {
190   margin-top: 0px;
191   margin-bottom: 0px;
192   -moz-margin-start: 0px;
193   -moz-margin-end: 2px;
194   color: inherit;
195 }
196
197 .menubar-text {
198   margin: 0 1px !important;
199   color: inherit;
200 }
201
202 .menulist-menupopup > menuitem > .menu-iconic-left,
203 menulist > menupopup > menuitem > .menu-iconic-left,
204 .menulist-menupopup > menu > .menu-iconic-left,
205 menulist > menupopup > menu > .menu-iconic-left {
206   display: none;
207 }
208
209 /* ::::: checkbox menuitem ::::: */
210
211 menuitem[checked="true"] { /* [type="checkbox"] */
212   list-style-image: url("chrome://global/skin/menu/menu-check.gif");
213 }
214
215 menuitem[checked="true"][_moz-menuactive="true"] {
216   list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
217 }
218
219 menuitem[checked="true"][disabled="true"] {
220   list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
221 }
222
223 /* ::::: radio menuitem ::::: */
224
225 menuitem[checked="true"][type="radio"] {
226   list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
227 }
228
229 menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
230   list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
231 }
232
233 menuitem[checked="true"][type="radio"][disabled="true"] {
234   list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
235 }
236
237 menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
238 menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon,
239 menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
240   /* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064)
241      XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */
242   display: none;
243 }
244
245 /* ::::: menuseparator ::::: */
246
247 menuseparator {
248   border: 1px inset #CCD0DD;
249   margin: 2px 0px;
250 }
251
252 menulist > menupopup > menuseparator,
253 .menulist-menupopup > menuseparator {
254   border: 1px inset #CCD0DD;
255   margin: 2px 0px;
256 }
257
258 /* ::::: autocomplete ::::: */
259
260 .autocomplete-history-popup > menuitem {
261   max-width: none !important;
262 }
263
264 /* ::::: tree column picker ::::: */
265
266 .treecell-popupcell-menu {
267   margin-left: -2px;
268   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
269 }