update both themes for toolkit winstripe trunk changes up to 2010-03-19
[themes.git] / LCARStrek / global / menu.css
CommitLineData
351107c9 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
b1eaa419 38/* ===== menu.css =======================================================
39 == Styles used by XUL menu-related elements.
40 ======================================================================= */
41
f98e9249
RK
42@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
b1eaa419 44/* ::::: menu/menuitem ::::: */
45
46menu,
47menuitem {
48 -moz-box-align: center;
f98e9249 49 max-width: 42em;
b1eaa419 50 color: #000000;
51 background-color: #000000;
52 color: #FF9F00;
53 list-style-image: none;
54}
55
56menuitem[default="true"] {
57 font-weight: bold;
3d6dd546 58}
b1eaa419 59
f98e9249
RK
60menu[_moz-menuactive="true"],
61menuitem[_moz-menuactive="true"] {
62 background-color: #FFCF00;
63 color: #000000;
64}
65
b1eaa419 66menu[disabled="true"],
67menuitem[disabled="true"],
d07092f5 68menu[_moz-menuactive="true"][disabled="true"],
69menuitem[_moz-menuactive="true"][disabled="true"] {
b1eaa419 70 color: #8050B0;
71}
72
f98e9249 73menubar > menu {
d0646e4a
RK
74 padding: 2px;
75 margin: 0px;
76 -moz-margin-start: 2px;
f98e9249
RK
77 border: none;
78}
79
80menubar > menu[_moz-menuactive="true"] {
81 background-color: #FFCF00;
82 color: #000000;
83 border: none;
84}
85
86menubar > menu[open] {
87 background-color: #FF9F00;
88 color: #000000;
89 border: none;
90}
91
92menuitem.spell-suggestion {
93 font-weight: bold;
94}
95
96/* ::::: menu/menuitems in popups ::::: */
97
98menupopup > menu,
99popup > menu,
100menupopup > menuitem,
101popup > menuitem {
102 padding: 2px;
103}
104
105/* ::::: menu/menuitems in menulist popups ::::: */
106
107.menulist-menupopup > menuitem,
108menulist > menupopup > menuitem,
109.menulist-menupopup > menu,
110menulist > menupopup > menu {
111 padding-top: 1px;
112 padding-bottom: 1px;
113 -moz-padding-start: 1px;
114 -moz-padding-end: 22px;
115 max-width: none;
116}
117
3b1530c2
RK
118menubar > menu:-moz-lwtheme {
119 -moz-appearance: none;
120}
121
b1eaa419 122/* ..... internal content .... */
123
3d6dd546 124.menu-text,
b1eaa419 125.menu-iconic-left,
731b0901 126.menu-iconic-text {
f98e9249
RK
127 margin-top: 0px !important;
128 margin-bottom: 0px !important;
129 -moz-margin-start: 0px !important;
130 -moz-margin-end: 2px !important;
b1eaa419 131 color: inherit;
132}
133
134.menu-text {
f98e9249 135 -moz-margin-start: 18px !important;
b1eaa419 136 font-weight: inherit;
137}
138
3d6dd546 139.menu-description {
140 font-style: italic;
141 color: #8050B0;
f98e9249 142 -moz-margin-start: 1ex !important;
3d6dd546 143}
144
731b0901 145.menu-accel,
b1eaa419 146.menu-iconic-accel {
f98e9249
RK
147 margin-top: 0px !important;
148 margin-bottom: 0px !important;
149 -moz-margin-start: 7px !important;
150 -moz-margin-end: 2px !important;
151 -moz-padding-end: 14px;
731b0901 152 color: inherit;
b1eaa419 153}
154
f98e9249
RK
155.menu-iconic-icon {
156/*
157 width: 16px;
158 height: 16px;
159*/
b1eaa419 160}
161
162.menu-iconic-left {
b1eaa419 163 width: 16px;
b1eaa419 164}
165
b1eaa419 166.menu-right {
f98e9249
RK
167 margin-top: 0px;
168 margin-bottom: 0px;
169 -moz-margin-start: 3px;
170 -moz-margin-end: 0px;
b1eaa419 171 width: 8px;
172 list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
f98e9249 173 -moz-image-region: auto;
b1eaa419 174}
175
d07092f5 176.menu-right[_moz-menuactive="true"] {
b1eaa419 177 list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif");
178}
179
180.menu-right[disabled="true"] {
f98e9249 181 list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
b1eaa419 182}
183
18f5421a 184.menu-right:-moz-locale-dir(rtl) {
f98e9249 185 list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif");
b1eaa419 186}
187
18f5421a 188.menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] {
f98e9249 189 list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif");
b1eaa419 190}
191
18f5421a 192.menu-right:-moz-locale-dir(rtl)[disabled="true"] {
f98e9249 193 list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif");
b1eaa419 194}
195
b1eaa419 196.menubar-left {
f98e9249
RK
197 margin-top: 0px;
198 margin-bottom: 0px;
199 -moz-margin-start: 0px;
200 -moz-margin-end: 2px;
b1eaa419 201 color: inherit;
202}
203
204.menubar-text {
f98e9249 205 margin: 0 1px !important;
b1eaa419 206 color: inherit;
207}
208
f98e9249
RK
209.menulist-menupopup > menuitem > .menu-iconic-left,
210menulist > menupopup > menuitem > .menu-iconic-left,
211.menulist-menupopup > menu > .menu-iconic-left,
212menulist > menupopup > menu > .menu-iconic-left {
213 display: none;
b1eaa419 214}
215
216/* ::::: checkbox menuitem ::::: */
217
f98e9249 218menuitem[checked="true"] { /* [type="checkbox"] */
b1eaa419 219 list-style-image: url("chrome://global/skin/menu/menu-check.gif");
220}
221
d07092f5 222menuitem[checked="true"][_moz-menuactive="true"] {
b1eaa419 223 list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
224}
225
8c976b60 226menuitem[checked="true"][disabled="true"] {
227 list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
228}
229
b1eaa419 230/* ::::: radio menuitem ::::: */
231
232menuitem[checked="true"][type="radio"] {
233 list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
234}
235
d07092f5 236menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
b1eaa419 237 list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
238}
239
8c976b60 240menuitem[checked="true"][type="radio"][disabled="true"] {
241 list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
242}
243
b1eaa419 244/* ::::: menuseparator ::::: */
245
246menuseparator {
3d6dd546 247 border: 1px solid #9C9CFF;
f98e9249 248 margin: 2px 0px;
b1eaa419 249}
250
251menulist > menupopup > menuseparator,
252.menulist-menupopup > menuseparator {
3d6dd546 253 border: 1px solid #9C9CFF;
f98e9249 254 margin: 2px 0px;
b1eaa419 255}
256
257/* ::::: autocomplete ::::: */
258
259.autocomplete-history-popup > menuitem {
260 max-width: none !important;
261}
262
f98e9249
RK
263/* ::::: tree column picker ::::: */
264
b1eaa419 265.treecell-popupcell-menu {
8caa872d 266 -moz-margin-start: -2px;
b1eaa419 267 list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
268}