add fitting tabbrowser icons - leave original connection/loading APNGs as it's hard...
[themes.git] / LCARStrek / global / button.css
CommitLineData
351107c9 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 "Classic" theme of mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * the Mozilla Organization.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2001
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Robert Kaiser <KaiRo@KaiRo.at>
23 *
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
b1eaa419 38/* ===== button.css =====================================================
9545fc93 39 == Styles used by the XUL (and XHTML in netError.xhtml) button element.
b1eaa419 40 ======================================================================= */
351107c9 41
b1eaa419 42/* :::::::::: button :::::::::: */
351107c9 43
b1eaa419 44button {
569543b3 45 border-radius: 3px;
2b722888 46 margin: 1px 2px;
b1eaa419 47 min-width: 6.3em;
48 border: none;
49 background-color: #000000;
50 color: #FFCF00;
a064a540 51 text-shadow: none;
b1eaa419 52}
3a121502 53
b1eaa419 54.button-box {
569543b3 55 border-radius: 3px;
3a121502 56 border: 1px solid transparent;
02920d2b
RK
57 padding-top: 1px;
58 padding-bottom: 2px;
59 -moz-padding-start: 3px;
60 -moz-padding-end: 4px;
b1eaa419 61}
351107c9 62
c79d2bbe 63.button-icon {
8caa872d 64 -moz-margin-end: 2px;
c79d2bbe
RK
65}
66
b1eaa419 67.button-text {
569543b3 68 border-radius: 3px;
351107c9 69 margin: 0px !important;
b1eaa419 70 text-align: center;
351107c9 71}
72
b1eaa419 73/* .......... focused state .......... */
74
024ec655 75button:-moz-focusring > .button-box {
0c7f928d 76 border: 1px dotted #008484;
351107c9 77}
78
b1eaa419 79/* .......... default state .......... */
80
81button[default="true"] > .button-box {
82 font-weight: bold;
83 list-style-image: url("chrome://global/skin/icons/return.gif");
61290d60 84 -moz-box-direction: reverse;
c79d2bbe
RK
85}
86
87button[default="true"] > .button-box > .button-icon {
8caa872d
RK
88 -moz-margin-end: 0px;
89 -moz-margin-start: 2px;
351107c9 90}
91
b1eaa419 92button[default="true"]:hover > .button-box,
93button[default="true"]:hover:active > .button-box {
94 list-style-image: url("chrome://global/skin/icons/return-hover.gif");
95}
96
97button[default="true"][disabled="true"] > .button-box {
98 font-weight: bold;
99 list-style-image: url("chrome://global/skin/icons/return-disabled.gif") !important;
100}
101
102/* .......... active/open/checked state .......... */
103
104button:hover,
105button:hover:active {
4c18c82c 106 border: none;
b1eaa419 107 background-color: #FFCF00;
108 color: #000000;
109}
110
111button[open="true"] {
4c18c82c 112 border: none;
b1eaa419 113 background-color: #FF9F00;
114 color: #000000;
115}
116
4c18c82c
RK
117button[checked="true"]:not(:hover) {
118 border: none;
b1eaa419 119 background-color: #008484;
120 color: #000000;
121}
122
123button:hover:active > .button-box,
124button[open="true"] > .button-box,
125button[checked="true"] > .button-box {
02920d2b
RK
126 padding-top: 2px;
127 padding-bottom: 1px;
128 -moz-padding-start: 4px;
129 -moz-padding-end: 3px;
b1eaa419 130}
351107c9 131
b1eaa419 132/* .......... disabled state .......... */
133
3a121502 134button[disabled="true"],
135button[disabled="true"]:hover:active {
b1eaa419 136 border: none;
137 background-color: #000000 !important;
138 color: #8050B0 !important;
139}
140
141button[disabled="true"] > .button-box {
02920d2b
RK
142 padding-top: 1px !important;
143 padding-bottom: 2px !important;
144 -moz-padding-start: 3px !important;
145 -moz-padding-end: 4px !important;
b1eaa419 146}
147
148/* ::::: menu/menu-button buttons ::::: */
149
150button[type="menu-button"] {
351107c9 151 margin: 0px;
b1eaa419 152 border: none;
153}
154
155.button-menu-dropmarker,
156.button-menubutton-dropmarker {
569543b3 157 border-radius: 3px;
b1eaa419 158 margin: 1px;
8b17a53f
RK
159 width: 11px;
160 height: 11px;
b1eaa419 161}
162
b1eaa419 163/* ::::: plain buttons ::::: */
164
165button.plain {
166 border: 0px !important;
167 margin: 0px !important;
168 padding: 0px !important;
351107c9 169}
c79d2bbe
RK
170
171button[type="disclosure"] {
172 border: 0px !important;
173 margin: 0px !important;
174 padding: 0px !important;
175 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
176 min-width: 0px !important;
177 background-color: transparent;
178}
179
180button[type="disclosure"][open="true"] {
181 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
182}
9545fc93
RK
183
184/* ::::: xhtml buttons ::::: */
185
186button::-moz-focus-inner {
187 padding: 0px;
188 border: 0px none;
189}