prepare for 1.8a release
[themes.git] / LCARStrek / editor / editorPrimaryToolbar.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
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Joe Hewitt (hewitt@netscape.com)
23 * Patrick Thompson (sailfish@unforgettable.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 NPL, 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 NPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41
42#newButton {
43 list-style-image: url("chrome://editor/skin/icons/newfile.gif");
44}
45
46#newButton:hover,
47#newButton:hover:active {
48 list-style-image: url("chrome://editor/skin/icons/newfile-hover.gif");
49}
50
51#newButton[disabled="true"] {
52 list-style-image: url("chrome://editor/skin/icons/newfile-disabled.gif") !important;
53}
54
55#openButton {
56 list-style-image: url("chrome://editor/skin/icons/openfile.gif");
57}
58
59#openButton:hover,
60#openButton:hover:active {
61 list-style-image: url("chrome://editor/skin/icons/openfile-hover.gif");
62}
63
64#openButton[disabled="true"] {
65 list-style-image: url("chrome://editor/skin/icons/openfile-disabled.gif") !important;
66}
67
68#saveButton {
69 list-style-image: url("chrome://editor/skin/icons/savefile.gif");
70}
71
72#saveButton:hover,
73#saveButton:hover:active {
74 list-style-image: url("chrome://editor/skin/icons/savefile-hover.gif");
75}
76
77#saveButton[disabled="true"] {
78 list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
79}
80
81#saveButton[dirty="true"] {
82 list-style-image: url("chrome://editor/skin/icons/savefile-dirty.gif");
83}
84
85#saveButton[dirty="true"]:hover,
86#saveButton[dirty="true"]:hover:active {
87 list-style-image: url("chrome://editor/skin/icons/savefile-hover.gif");
88}
89
90#saveButton[dirty="true"][disabled="true"] {
91 list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
92}
93
94#publishButton {
95 list-style-image: url("chrome://editor/skin/icons/publish.gif");
96}
97
98#publishButton:hover,
99#publishButton:hover:active {
100 list-style-image: url("chrome://editor/skin/icons/publish-hover.gif");
101}
102
103#publishButton[disabled="true"] {
104 list-style-image: url("chrome://editor/skin/icons/publish-disabled.gif") !important;
105}
106
107#previewButton {
108 list-style-image: url("chrome://editor/skin/icons/preview.gif");
109}
110
111#previewButton:hover,
112#previewButton:hover:active {
113 list-style-image: url("chrome://editor/skin/icons/preview-hover.gif");
114}
115
116#previewButton[disabled="true"] {
117 list-style-image: url("chrome://editor/skin/icons/preview-disabled.gif") !important;
118}
119
120#printButton {
121 list-style-image: url("chrome://global/skin/icons/print.gif");
122}
123
124#printButton:hover,
125#printButton[buttonover="true"],
126#printButton[buttondown="true"],
127#printButton[open="true"] {
128 list-style-image: url("chrome://global/skin/icons/print-hover.gif");
129}
130
131#printButton[disabled="true"] {
132 list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
133}
134
135/*
136#findButton {
137 list-style-image: url("chrome://editor/skin/icons/find.gif");
138}
139
140#findButton:hover,
141#findButton:hover:active {
142 list-style-image: url("chrome://editor/skin/icons/find-hover.gif");
143}
144
145#findButton[disabled="true"] {
146 list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
147}
148*/
149
150#linkButton {
151 list-style-image: url("chrome://editor/skin/icons/link.gif");
152}
153
154#linkButton:hover,
155#linkButton:hover:active {
156 list-style-image: url("chrome://editor/skin/icons/link-hover.gif");
157}
158
159#linkButton[disabled="true"] {
160 list-style-image: url("chrome://editor/skin/icons/link-disabled.gif") !important;
161}
162
163#imageButton {
164 list-style-image: url("chrome://editor/skin/icons/image.gif");
165}
166
167#imageButton:hover,
168#imageButton:hover:active {
169 list-style-image: url("chrome://editor/skin/icons/image-hover.gif");
170}
171
172#imageButton[disabled="true"] {
173 list-style-image: url("chrome://editor/skin/icons/image-disabled.gif") !important;
174}
175
176#namedAnchorButton {
177 list-style-image: url("chrome://editor/skin/icons/anchor.gif");
178}
179
180#namedAnchorButton:hover,
181#namedAnchorButton:hover:active {
182 list-style-image: url("chrome://editor/skin/icons/anchor-hover.gif");
183}
184
185#namedAnchorButton[disabled="true"] {
186 list-style-image: url("chrome://editor/skin/icons/anchor-disabled.gif") !important;
187}
188
189#hlineButton {
190 list-style-image: url("chrome://editor/skin/icons/hline.gif");
191}
192
193#hlineButton:hover,
194#hlineButton:hover:active {
195 list-style-image: url("chrome://editor/skin/icons/hline-hover.gif");
196}
197
198#hlineButton[disabled="true"] {
199 list-style-image: url("chrome://editor/skin/icons/hline-disabled.gif") !important;
200}
201
202#tableButton {
203 list-style-image: url("chrome://editor/skin/icons/table.gif");
204}
205
206#tableButton:hover,
207#tableButton:hover:active {
208 list-style-image: url("chrome://editor/skin/icons/table-hover.gif");
209}
210
211#tableButton[disabled="true"] {
212 list-style-image: url("chrome://editor/skin/icons/table-disabled.gif") !important;
213}
214
215#spellingButton {
216 list-style-image: url("chrome://editor/skin/icons/spell.gif");
217}
218
219#spellingButton:hover,
220#spellingButton:hover:active {
221 list-style-image: url("chrome://editor/skin/icons/spell-hover.gif");
222}
223
224#spellingButton[disabled="true"] {
225 list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
226}
227
228#cutButton {
229 list-style-image: url("chrome://editor/skin/icons/cut.gif");
230}
231
232#cutButton:hover,
233#cutButton:hover:active {
234 list-style-image: url("chrome://editor/skin/icons/cut-hover.gif");
235}
236
237#cutButton[disabled="true"] {
238 list-style-image: url("chrome://editor/skin/icons/cut-disabled.gif") !important;
239}
240
241#copyButton {
242 list-style-image: url("chrome://editor/skin/icons/copy.gif");
243}
244
245#copyButton:hover,
246#copyButton:hover:active {
247 list-style-image: url("chrome://editor/skin/icons/copy-hover.gif");
248}
249
250#copyButton[disabled="true"] {
251 list-style-image: url("chrome://editor/skin/icons/copy-disabled.gif") !important;
252}
253
254#pasteButton {
255 list-style-image: url("chrome://editor/skin/icons/paste.gif");
256}
257
258#pasteButton:hover,
259#pasteButton:hover:active {
260 list-style-image: url("chrome://editor/skin/icons/paste-hover.gif");
261}
262
263#pasteButton[disabled="true"] {
264 list-style-image: url("chrome://editor/skin/icons/paste-disabled.gif") !important;
265}
266
267#findButton {
268 list-style-image: url("chrome://editor/skin/icons/find.gif");
269}
270
271#findButton:hover,
272#findButton:hover:active {
273 list-style-image: url("chrome://editor/skin/icons/find-hover.gif");
274}
275
276#findButton[disabled="true"] {
277 list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
278}
279
280#formButton {
281 list-style-image: url("chrome://editor/skin/icons/form.gif");
282}
283
284#formButton[buttonover="true"],
285#formButton[buttondown="true"] {
286 list-style-image: url("chrome://editor/skin/icons/form-hover.gif");
287}
288
289#formButton[disabled="true"] {
290 list-style-image: url("chrome://editor/skin/icons/form-disabled.gif") !important;
291}