improve 2.0a1-updated LCARStrek
[themes.git] / LCARStrek / global / toolbarbutton.css
... / ...
CommitLineData
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 Mozilla Communicator client code, released
15 * March 31, 1998.
16 *
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.
21 *
22 * Contributor(s):
23 * Joe Hewitt (hewitt@netscape.com)
24 * Robert Kaiser <KaiRo@KaiRo.at>
25 *
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.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40/* ===== toolbarbutton.css =====================================================
41 == Styles used by the XUL button element.
42 ======================================================================= */
43
44@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
45
46/* ::::: toolbarbutton ::::: */
47
48toolbarbutton {
49 -moz-border-radius: 3px;
50 -moz-box-align: center;
51 -moz-box-pack: center;
52 margin: 0px;
53 margin-left: 2px;
54 border: none;
55 padding: 1px 2px;
56 background-color: #000000;
57 color: #FFCF00;
58}
59
60.toolbarbutton-icon {
61 -moz-margin-start: 1px;
62 -moz-margin-end: 2px;
63}
64
65.toolbarbutton-text {
66 margin: 0px !important;
67 padding: 0px;
68 text-align: center;
69}
70
71toolbarbutton.tabbable {
72 -moz-user-focus: normal !important;
73}
74
75toolbarbutton:focus {
76 -moz-outline-radius: 3px;
77 outline: 1px dotted #008484;
78 -moz-outline-offset: -1px;
79}
80
81toolbarbutton:hover,
82toolbarbutton[buttonover="true"] {
83 background-color: #FFCF00;
84 color: #000000;
85}
86
87toolbarbutton:hover:active,
88toolbarbutton[open="true"],
89toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
90 background-color: #FF9F00;
91 color: #000000;
92}
93
94toolbarbutton:hover:active,
95toolbarbutton[open="true"] {
96 padding-top: 2px;
97 padding-bottom: 0px;
98 -moz-padding-start: 3px;
99 -moz-padding-end: 1px;
100}
101
102toolbarbutton[disabled="true"],
103toolbarbutton[disabled="true"]:hover,
104toolbarbutton[disabled="true"]:hover:active,
105toolbarbutton[disabled="true"][open="true"] {
106 padding: 1px;
107 background-color: #000000;
108 color: #8050B0;
109}
110
111/* ..... checked state ..... */
112
113toolbarbutton[checked="true"] {
114 padding-top: 2px !important;
115 padding-bottom: 0px !important;
116 -moz-padding-start: 3px !important;
117 -moz-padding-end: 1px !important;
118 background-color: #008484;
119 color: #FFCF00;
120}
121
122toolbarbutton[checked="true"]:hover,
123toolbarbutton[checked="true"]:hover:active {
124 background-color: #FFCF00;
125 color: #000000;
126}
127
128/* ::::: toolbarbutton menu ::::: */
129
130.toolbarbutton-menu-dropmarker {
131 padding: 0px;
132 border: none !important;
133 background-color: transparent !important;
134}
135
136.toolbarbutton-menu-dropmarker[disabled="true"] {
137 padding: 0 !important;
138}
139
140/* ::::: toolbarbutton menu-button ::::: */
141
142toolbarbutton[type="menu-button"] {
143 -moz-box-align: stretch;
144}
145
146toolbarbutton[type="menu-button"],
147toolbarbutton[type="menu-button"]:hover,
148toolbarbutton[type="menu-button"]:hover:active,
149toolbarbutton[type="menu-button"][open="true"],
150toolbarbutton[type="menu-button"][disabled="true"],
151toolbarbutton[type="menu-button"][disabled="true"]:hover,
152toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
153 padding: 0px !important;
154}
155
156.toolbarbutton-menubutton-button {
157 margin: 0px;
158 -moz-box-align: center;
159 -moz-box-pack: center;
160 -moz-box-orient: vertical;
161}
162
163.toolbarbutton-menubutton-button,
164.toolbarbutton-menubutton-dropmarker {
165 background-color: #000000;
166}
167
168.toolbarbutton-menubutton-button[disabled="true"],
169.toolbarbutton-menubutton-dropmarker[disabled="true"] {
170 background-color: #000000 !important;
171 color: #8050B0 !important;
172}
173
174toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
175toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker {
176 background-color: #FFCF00;
177 color: #000000;
178}
179
180toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button,
181toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
182toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
183toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
184 background-color: #FF9F00;
185 color: #000000;
186}
187
188toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button,
189toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
190 padding-top: 2px !important;
191 padding-bottom: 0px !important;
192 -moz-padding-start: 2px !important;
193 -moz-padding-end: 0px !important;
194}
195
196toolbarbutton[disabled="true"] > toolbarbutton.toolbarbutton-menubutton-button,
197toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button {
198 padding: 1px !important;
199}
200
201/* .......... dropmarker .......... */
202
203.toolbarbutton-menubutton-dropmarker {
204 -moz-border-radius: 3px;
205 -moz-box-align: start;
206 padding: 3px 1px 1px 1px;
207 border: none;
208 background-color: transparent;
209}
210
211toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
212toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
213 padding-top: 4px;
214 padding-bottom: 0px;
215 -moz-padding-start: 2px;
216 -moz-padding-end: 0px;
217}
218
219toolbarbutton[type="menu-button"]:not([disabled="true"]):hover > .toolbarbutton-menubutton-dropmarker,
220toolbarbutton[type="menu-button"]:not([disabled="true"]):hover:active > .toolbarbutton-menubutton-dropmarker,
221toolbarbutton[type="menu-button"][open="true"]:not([disabled="true"]) > .toolbarbutton-menubutton-dropmarker,
222toolbarbutton[type="menu"]:not([disabled="true"]):hover > .toolbarbutton-menu-dropmarker,
223toolbarbutton[type="menu"]:not([disabled="true"]):hover:active > .toolbarbutton-menu-dropmarker,
224toolbarbutton[type="menu"][open="true"]:not([disabled="true"]) > .toolbarbutton-menu-dropmarker {
225 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
226 -moz-image-region: auto;
227}
228
229
230.toolbarbutton-menubutton-dropmarker[disabled="true"] {
231 padding: 3px 1px 1px 1px !important;
232 border: none !important;
233}