1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
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/
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
14 * The Original Code is Mozilla Communicator client code, released
17 * The Initial Developer of the Original Code is
18 * Netscape Communications Corporation.
19 * Portions created by the Initial Developer are Copyright (C) 1998
20 * the Initial Developer. All Rights Reserved.
23 * Joe Hewitt (hewitt@netscape.com)
24 * Robert Kaiser <KaiRo@KaiRo.at>
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the MPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the MPL, the GPL or the LGPL.
38 * ***** END LICENSE BLOCK ***** */
40 /* ===== toolbarbutton.css =====================================================
41 == Styles used by the XUL button element.
42 ======================================================================= */
44 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46 /* ::::: toolbarbutton ::::: */
49 -moz-border-radius: 3px;
50 -moz-box-align: center;
51 -moz-box-pack: center;
53 -moz-margin-start: 2px;
56 background-color: #000000;
60 .toolbarbutton-icon[label]:not([label=""]),
61 .toolbarbutton-icon[type="menu"] {
62 -moz-margin-start: 1px;
67 margin: 0px !important;
72 toolbarbutton.tabbable {
73 -moz-user-focus: normal !important;
77 -moz-outline-radius: 3px;
78 outline: 1px dotted #008484;
79 -moz-outline-offset: -1px;
83 toolbarbutton[buttonover="true"] {
84 background-color: #FFCF00;
88 toolbarbutton:hover:active,
89 toolbarbutton[open="true"],
90 toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
91 background-color: #FF9F00;
95 toolbarbutton:hover:active,
96 toolbarbutton[open="true"] {
99 -moz-padding-start: 3px;
100 -moz-padding-end: 1px;
103 toolbarbutton[disabled="true"],
104 toolbarbutton[disabled="true"]:hover,
105 toolbarbutton[disabled="true"]:hover:active,
106 toolbarbutton[disabled="true"][open="true"],
107 toolbarbutton[disabled="true"][checked="true"] {
109 background-color: #000000;
113 /* ..... checked state ..... */
115 toolbarbutton[checked="true"] {
116 padding-top: 2px !important;
117 padding-bottom: 0px !important;
118 -moz-padding-start: 3px !important;
119 -moz-padding-end: 1px !important;
120 background-color: #008484;
124 toolbarbutton[checked="true"]:hover,
125 toolbarbutton[checked="true"]:hover:active {
126 background-color: #FFCF00;
130 /* ::::: toolbarbutton menu ::::: */
132 .toolbarbutton-menu-dropmarker {
134 border: none !important;
135 background-color: transparent !important;
138 .toolbarbutton-menu-dropmarker[disabled="true"] {
139 padding: 0 !important;
142 /* ::::: toolbarbutton menu-button ::::: */
144 toolbarbutton[type="menu-button"] {
145 -moz-box-align: stretch;
148 toolbarbutton[type="menu-button"],
149 toolbarbutton[type="menu-button"]:hover,
150 toolbarbutton[type="menu-button"]:hover:active,
151 toolbarbutton[type="menu-button"][open="true"],
152 toolbarbutton[type="menu-button"][disabled="true"],
153 toolbarbutton[type="menu-button"][disabled="true"]:hover,
154 toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
155 padding: 0px !important;
158 .toolbarbutton-menubutton-button {
160 -moz-box-align: center;
161 -moz-box-pack: center;
162 -moz-box-orient: vertical;
165 .toolbarbutton-menubutton-button,
166 .toolbarbutton-menubutton-dropmarker {
167 background-color: #000000;
170 .toolbarbutton-menubutton-button[disabled="true"],
171 .toolbarbutton-menubutton-dropmarker[disabled="true"] {
172 background-color: #000000 !important;
173 color: #8050B0 !important;
176 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
177 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker {
178 background-color: #FFCF00;
182 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button,
183 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
184 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
185 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
186 background-color: #FF9F00;
190 toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button,
191 toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
192 padding-top: 2px !important;
193 padding-bottom: 0px !important;
194 -moz-padding-start: 3px !important;
195 -moz-padding-end: 1px !important;
198 toolbarbutton[disabled="true"] > toolbarbutton.toolbarbutton-menubutton-button,
199 toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button {
200 padding: 1px 2px !important;
203 /* .......... dropmarker .......... */
205 .toolbarbutton-menubutton-dropmarker {
206 -moz-border-radius: 3px;
207 -moz-box-align: start;
208 padding: 3px 1px 1px;
210 background-color: transparent;
213 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
214 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
217 -moz-padding-start: 2px;
218 -moz-padding-end: 0px;
221 toolbarbutton[type="menu-button"]:not([disabled="true"]):hover > .toolbarbutton-menubutton-dropmarker,
222 toolbarbutton[type="menu-button"]:not([disabled="true"]):hover:active > .toolbarbutton-menubutton-dropmarker,
223 toolbarbutton[type="menu-button"][open="true"]:not([disabled="true"]) > .toolbarbutton-menubutton-dropmarker,
224 toolbarbutton[type="menu"]:not([disabled="true"]):hover .toolbarbutton-menu-dropmarker,
225 toolbarbutton[type="menu"]:not([disabled="true"]):hover:active .toolbarbutton-menu-dropmarker,
226 toolbarbutton[type="menu"][open="true"]:not([disabled="true"]) .toolbarbutton-menu-dropmarker {
227 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
228 -moz-image-region: auto;
232 .toolbarbutton-menubutton-dropmarker[disabled="true"] {
233 padding: 3px 1px 1px !important;
234 border: none !important;