add disabled state for findbar buttons
[themes.git] / EarlyBlue / global / toolbarbutton.css
CommitLineData
128000f4 1/* ***** BEGIN LICENSE BLOCK *****
e181d49e 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
f6e0a33f 3 *
e181d49e
RK
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/
f6e0a33f 8 *
128000f4 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.
f6e0a33f 13 *
e181d49e
RK
14 * The Original Code is Mozilla Communicator client code, released
15 * March 31, 1998.
128000f4 16 *
61af9d1c 17 * The Initial Developer of the Original Code is
128000f4 18 * Netscape Communications Corporation.
19 * Portions created by the Initial Developer are Copyright (C) 1998-1999
20 * the Initial Developer. All Rights Reserved.
f6e0a33f 21 *
22 * Contributor(s):
23 * Joe Hewitt (hewitt@netscape.com)
128000f4 24 * Robert Kaiser <KaiRo@KaiRo.at>
25 *
26 * Alternatively, the contents of this file may be used under the terms of
61af9d1c 27 * either the GNU General Public License Version 2 or later (the "GPL"), or
128000f4 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
e181d49e 32 * use your version of this file under the terms of the MPL, indicate your
128000f4 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
e181d49e 36 * the terms of any one of the MPL, the GPL or the LGPL.
128000f4 37 *
38 * ***** END LICENSE BLOCK ***** */
39
f6e0a33f 40/* ===== toolbarbutton.css =====================================================
41 == Styles used by the XUL button element.
42 ======================================================================= */
43
e181d49e
RK
44@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
45
74d14f90 46/* ::::: toolbarbutton ::::: */
f6e0a33f 47
74d14f90 48toolbarbutton {
49 -moz-box-align: center;
50 -moz-box-pack: center;
51 margin: 0px;
52 border: 1px solid transparent;
53 padding: 1px;
54 background-color: transparent;
55 color: #000000;
f6e0a33f 56}
57
ca710c53
RK
58.toolbarbutton-icon[label]:not([label=""]),
59.toolbarbutton-icon[type="menu"] {
e181d49e 60 -moz-margin-end: 2px;
f6e0a33f 61}
62
63.toolbarbutton-text {
64 margin: 0px !important;
74d14f90 65 padding: 0px;
66 text-align: center;
f6e0a33f 67}
68
e181d49e
RK
69toolbarbutton.tabbable {
70 -moz-user-focus: normal !important;
71}
72
024ec655 73toolbarbutton:-moz-focusring {
e181d49e 74 outline: 1px dotted #666699;
cfae8c74 75 outline-offset: -1px;
e181d49e
RK
76}
77
f2450795 78/*
f6e0a33f 79toolbarbutton:hover,
74d14f90 80toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
61af9d1c 81}
f2450795 82*/
f6e0a33f 83
a064a540 84toolbarbutton:hover {
74d14f90 85 border: 1px outset #CCD0DD;
f6e0a33f 86}
87
74d14f90 88toolbarbutton:hover:active,
89toolbarbutton[open="true"] {
e181d49e
RK
90 padding-top: 2px;
91 padding-bottom: 0px;
92 -moz-padding-start: 2px;
93 -moz-padding-end: 0px;
74d14f90 94 border: 1px inset #CCD0DD;
f6e0a33f 95}
61af9d1c 96
e181d49e
RK
97toolbarbutton[disabled="true"],
98toolbarbutton[disabled="true"]:hover,
99toolbarbutton[disabled="true"]:hover:active,
100toolbarbutton[disabled="true"][open="true"] {
101 border: 1px solid transparent;
102 padding: 1px;
103 color: #999999;
f6e0a33f 104}
105
3b1530c2
RK
106toolbarbutton:-moz-lwtheme {
107 text-shadow: none;
108}
109
f6e0a33f 110/* ..... checked state ..... */
111
74d14f90 112toolbarbutton[checked="true"] {
e181d49e
RK
113 padding-top: 2px !important;
114 padding-bottom: 0px !important;
115 -moz-padding-start: 2px !important;
116 -moz-padding-end: 0px !important;
74d14f90 117 border: 1px inset #CCD0DD !important;
118 background-color: #DDDDDD !important;
f6e0a33f 119}
61af9d1c 120
f6e0a33f 121/* ::::: toolbarbutton menu ::::: */
122
74d14f90 123.toolbarbutton-menu-dropmarker {
1d4ddf30 124 padding: 0px;
125 border: none !important;
126 background-color: transparent !important;
f6e0a33f 127}
128
74d14f90 129.toolbarbutton-menu-dropmarker[disabled="true"] {
e181d49e 130 padding: 0 !important;
f6e0a33f 131}
132
133/* ::::: toolbarbutton menu-button ::::: */
134
74d14f90 135toolbarbutton[type="menu-button"] {
136 -moz-box-align: stretch;
f6e0a33f 137}
138
74d14f90 139toolbarbutton[type="menu-button"],
140toolbarbutton[type="menu-button"]:hover,
141toolbarbutton[type="menu-button"]:hover:active,
142toolbarbutton[type="menu-button"][open="true"],
143toolbarbutton[type="menu-button"][disabled="true"],
144toolbarbutton[type="menu-button"][disabled="true"]:hover,
145toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
e181d49e 146 border-style: none;
74d14f90 147 padding: 0px !important;
f6e0a33f 148}
149
150.toolbarbutton-menubutton-button {
74d14f90 151 -moz-box-align: center;
152 -moz-box-pack: center;
e181d49e 153 -moz-box-orient: vertical;
f6e0a33f 154}
155
74d14f90 156.toolbarbutton-menubutton-button,
f6e0a33f 157.toolbarbutton-menubutton-dropmarker {
74d14f90 158 border: 1px solid transparent;
61af9d1c 159}
160
74d14f90 161.toolbarbutton-menubutton-button[disabled="true"],
f6e0a33f 162.toolbarbutton-menubutton-dropmarker[disabled="true"] {
74d14f90 163 border: 1px solid transparent !important;
61af9d1c 164}
f6e0a33f 165
74d14f90 166toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button,
61af9d1c 167toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker {
74d14f90 168 border: 1px outset #CCD0DD;
f6e0a33f 169}
170
61af9d1c 171toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-button,
74d14f90 172toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
74d14f90 173toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button,
174toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
175 border: 1px inset #CCD0DD;
f6e0a33f 176}
177
61af9d1c 178toolbarbutton[type="menu-button"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button,
74d14f90 179toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-menubutton-button {
e181d49e
RK
180 padding-top: 2px !important;
181 padding-bottom: 0px !important;
182 -moz-padding-start: 2px !important;
183 -moz-padding-end: 0px !important;
f6e0a33f 184}
185
58a9dcb5 186toolbarbutton[disabled="true"] > toolbarbutton.toolbarbutton-menubutton-button,
187toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubutton-button {
b70a3a73 188 padding: 1px !important;
189}
190
74d14f90 191/* .......... dropmarker .......... */
192
193.toolbarbutton-menubutton-dropmarker {
1232bf8e 194 -moz-box-align: start;
02920d2b 195 padding: 3px 1px 1px;
37cf043b 196 background-color: transparent;
f6e0a33f 197}
198
74d14f90 199toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
74d14f90 200toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
e181d49e
RK
201 padding-top: 4px;
202 padding-bottom: 0px;
203 -moz-padding-start: 2px;
204 -moz-padding-end: 0px;
74d14f90 205}
206
207.toolbarbutton-menubutton-dropmarker[disabled="true"] {
02920d2b 208 padding: 3px 1px 1px !important;
f6e0a33f 209}