614acb2b7bf8a9873290b8a770e5b9491033c1bc
[themes.git] / LCARStrek / global / toolbarbutton.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3  *
4  * The contents of this file are subject to the Netscape Public License
5  * Version 1.1 (the "License"); you may not use this file except in
6  * compliance with the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/NPL/
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 mozilla.org code.
15  *
16  * The Initial Developer of the Original Code is
17  * Netscape Communications Corporation.
18  * Portions created by the Initial Developer are Copyright (C) 1998
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Joe Hewitt (hewitt@netscape.com)
23  *   Robert Kaiser <KaiRo@KaiRo.at>
24  *
25  * Alternatively, the contents of this file may be used under the terms of
26  * either the GNU General Public License Version 2 or later (the "GPL"), or
27  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28  * in which case the provisions of the GPL or the LGPL are applicable instead
29  * of those above. If you wish to allow use of your version of this file only
30  * under the terms of either the GPL or the LGPL, and not to allow others to
31  * use your version of this file under the terms of the NPL, indicate your
32  * decision by deleting the provisions above and replace them with the notice
33  * and other provisions required by the GPL or the LGPL. If you do not delete
34  * the provisions above, a recipient may use your version of this file under
35  * the terms of any one of the NPL, the GPL or the LGPL.
36  *
37  * ***** END LICENSE BLOCK ***** */
38
39 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
40
41 /* ===== toolbarbutton.css =====================================================
42   == Styles used by the XUL button element.
43   ======================================================================= */
44
45 /* ::::: toolbarbutton ::::: */
46
47 toolbarbutton {
48   -moz-border-radius: 3px;
49   -moz-box-align: center;
50   -moz-box-pack: center;
51   margin: 0px;
52   margin-left: 2px;
53   border: none;
54   padding: 1px;
55   background-color: #000000;
56   color: #FFCF00;
57 }
58
59 .toolbarbutton-icon {
60   margin-right: 2px;
61 }
62
63 .toolbarbutton-text {
64   margin: 0px !important;
65   padding: 0px;
66   text-align: center;
67 }
68
69 toolbarbutton:hover {
70   background-color: #FFCF00;
71   color: #000000;
72 }
73
74 toolbarbutton:hover:active,
75 toolbarbutton[open="true"],
76 toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
77   background-color: #FF9F00;
78   color: #000000;
79 }
80
81 toolbarbutton:hover:active,
82 toolbarbutton[open="true"] {
83   padding: 2px 0px 0px 2px;
84 }
85
86 toolbarbutton[disabled="true"] {
87   padding: 1px !important;
88   background-color: #000000 !important;
89   color: #8050B0 !important;
90 }
91
92 /* ..... checked state ..... */
93
94 toolbarbutton[checked="true"] {
95   padding: 1px !important;
96   background-color: #008484;
97   color: #FFCF00;
98 }
99
100 toolbarbutton[checked="true"]:hover {
101   background-color: #FFCF00;
102   color: #000000;
103 }
104
105 /* ::::: toolbarbutton menu ::::: */
106
107 .toolbarbutton-menu-dropmarker {
108   padding: 0px;
109   border: none !important;
110   background-color: transparent !important;
111   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
112 }
113
114 .toolbarbutton-menu-dropmarker:hover,
115 .toolbarbutton-menu-dropmarker[open="true"] {
116   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
117 }
118
119 .toolbarbutton-menu-dropmarker[disabled="true"] {
120   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
121 }
122
123 /* ::::: toolbarbutton menu-button ::::: */
124
125 toolbarbutton[type="menu-button"] {
126   -moz-box-align: stretch;
127 }
128
129 toolbarbutton[type="menu-button"],
130 toolbarbutton[type="menu-button"]:hover,
131 toolbarbutton[type="menu-button"]:hover:active,
132 toolbarbutton[type="menu-button"][open="true"],
133 toolbarbutton[type="menu-button"][disabled="true"],
134 toolbarbutton[type="menu-button"][disabled="true"]:hover,
135 toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
136   padding: 0px !important;
137 }
138
139 .toolbarbutton-menubutton-button {
140   margin: 0px;
141   -moz-box-align: center;
142   -moz-box-pack: center;
143 }
144
145 .toolbarbutton-menubutton-button,
146 .toolbarbutton-menubutton-dropmarker {
147   background-color: #000000;
148 }
149
150 .toolbarbutton-menubutton-button[disabled="true"],
151 .toolbarbutton-menubutton-dropmarker[disabled="true"] {
152   background-color: #000000 !important;
153   color: #8050B0 !important;
154 }
155
156 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
157 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker {
158   background-color: #FFCF00;
159   color: #000000;
160 }
161
162 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button,
163 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
164 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
165 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
166   background-color: #FF9F00;
167   color: #000000;
168 }
169
170 toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button,
171 toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
172   padding: 2px 0px 0px 2px !important;
173 }
174
175 toolbarbutton[disabled="true"] > toolbarbutton.toolbarbutton-menubutton-button,
176 toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button {
177   padding: 1px !important;
178 }
179
180 /* .......... dropmarker .......... */
181
182 .toolbarbutton-menubutton-dropmarker {
183   -moz-border-radius: 3px;
184   -moz-box-align: start;
185   padding: 3px 1px 1px 1px;
186 /*  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); */
187   border: none;
188   background-color: transparent;
189 }
190
191 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
192 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
193   padding: 4px 0px 0px 2px;
194 }
195
196 toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker,
197 toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
198 toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
199   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
200 }
201
202 .toolbarbutton-menubutton-dropmarker[disabled="true"] {
203   padding: 3px 1px 1px 1px !important;
204   border: none !important;
205   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
206 }