keeping up with Classic trunk
[themes.git] / EarlyBlue / global / toolbarbutton.css
... / ...
CommitLineData
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-1999
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
47toolbarbutton {
48 -moz-box-align: center;
49 -moz-box-pack: center;
50 margin: 0px;
51 border: 1px solid transparent;
52 padding: 1px;
53 background-color: transparent;
54 color: #000000;
55}
56
57.toolbarbutton-icon {
58 margin-right: 2px;
59}
60
61.toolbarbutton-text {
62 margin: 0px !important;
63 padding: 0px;
64 text-align: center;
65}
66
67/*
68toolbarbutton:hover,
69toolbarbutton[buttonover="true"],
70toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
71}
72*/
73
74toolbarbutton:hover {
75 border: 1px outset #CCD0DD;
76}
77
78toolbarbutton:hover:active,
79toolbarbutton[open="true"] {
80 padding: 2px 0px 0px 2px;
81 border: 1px inset #CCD0DD;
82}
83
84toolbarbutton[disabled="true"] {
85 border: 1px solid transparent !important;
86 padding: 1px !important;
87 color: #999999 !important;
88}
89
90/* ..... checked state ..... */
91
92toolbarbutton[checked="true"] {
93 padding: 2px !important;
94 border: 1px inset #CCD0DD !important;
95 background-color: #DDDDDD !important;
96}
97
98/* ::::: toolbarbutton menu ::::: */
99
100.toolbarbutton-menu-dropmarker {
101 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
102}
103
104.toolbarbutton-menu-dropmarker[disabled="true"] {
105 list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
106}
107
108/* ::::: toolbarbutton menu-button ::::: */
109
110toolbarbutton[type="menu-button"] {
111 -moz-box-align: stretch;
112}
113
114toolbarbutton[type="menu-button"],
115toolbarbutton[type="menu-button"]:hover,
116toolbarbutton[type="menu-button"]:hover:active,
117toolbarbutton[type="menu-button"][open="true"],
118toolbarbutton[type="menu-button"][disabled="true"],
119toolbarbutton[type="menu-button"][disabled="true"]:hover,
120toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
121 border: none !important;
122 padding: 0px !important;
123}
124
125.toolbarbutton-menubutton-button {
126 -moz-box-align: center;
127 -moz-box-pack: center;
128}
129
130.toolbarbutton-menubutton-button,
131.toolbarbutton-menubutton-dropmarker {
132 border: 1px solid transparent;
133}
134
135.toolbarbutton-menubutton-button[disabled="true"],
136.toolbarbutton-menubutton-dropmarker[disabled="true"] {
137 border: 1px solid transparent !important;
138}
139
140toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
141toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-button,
142toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker,
143toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-dropmarker {
144 border: 1px outset #CCD0DD;
145}
146
147toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-button,
148toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
149toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
150toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
151toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
152 border: 1px inset #CCD0DD;
153}
154
155toolbarbutton[type="menu-button"][buttondown="true"] > toolbarbutton.toolbarbutton-menubutton-button,
156toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
157 padding: 2px 0px 0px 2px !important;
158}
159
160/* .......... dropmarker .......... */
161
162.toolbarbutton-menubutton-dropmarker {
163 -moz-box-align: start;
164 padding: 3px 1px 1px 1px;
165 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
166}
167
168toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
169toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker,
170toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
171 padding: 4px 0px 0px 2px;
172}
173
174.toolbarbutton-menubutton-dropmarker[disabled="true"] {
175 padding: 3px 1px 1px 1px !important;
176 list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
177}