adding namespaces and license headers to all CSS files
[themes.git] / EarlyBlue / skin / EarlyBlue / messenger / primaryToolbar.css
CommitLineData
128000f4 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
f6e0a33f 3 *
128000f4 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/
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 *
128000f4 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.
f6e0a33f 20 *
21 * Contributor(s):
128000f4 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 NPL, 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 NPL, the GPL or the LGPL.
f6e0a33f 35 *
128000f4 36 * ***** END LICENSE BLOCK ***** */
37
38@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
f6e0a33f 39
40/* ===== primaryToolbar.css =============================================
41 == Images for the Mail primary toolbar.
42 ======================================================================= */
43
f6e0a33f 44/* ::::: primary toolbar buttons ::::: */
45
46#button-getmsg
47 {
48 list-style-image : url("chrome://messenger/skin/getmsg.gif");
49 }
50
51#button-getmsg[disabled="true"],
52#button-getmsg[disabled="true"][buttonover="true"],
53#button-getmsg[disabled="true"][buttondown="true"]
54 {
55 list-style-image : url("chrome://messenger/skin/getmsg-disabled.gif");
56 }
57
f6e0a33f 58#button-newmsg
59 {
60 list-style-image : url("chrome://messenger/skin/newmsg.gif");
61 }
62
63#button-newmsg[disabled="true"],
64#button-newmsg[disabled="true"]:hover,
65#button-newmsg[disabled="true"]:hover:active
66 {
67 list-style-image : url("chrome://messenger/skin/newmsg-disabled.gif");
68 }
69
f6e0a33f 70#button-reply
71 {
72 list-style-image : url("chrome://messenger/skin/reply.gif");
73 }
74
75#button-reply[disabled="true"],
76#button-reply[disabled="true"]:hover,
77#button-reply[disabled="true"]:hover:active
78 {
79 list-style-image : url("chrome://messenger/skin/reply-disabled.gif");
80 }
81
f6e0a33f 82#button-replyall
83 {
84 list-style-image : url("chrome://messenger/skin/replyall.gif");
85 }
86
87#button-replyall[disabled="true"],
88#button-replyall[disabled="true"]:hover,
89#button-replyall[disabled="true"]:hover:active
90 {
91 list-style-image : url("chrome://messenger/skin/replyall-disabled.gif");
92 }
93
f6e0a33f 94#button-forward
95 {
96 list-style-image : url("chrome://messenger/skin/forward.gif");
97 }
98
99#button-forward[disabled="true"],
100#button-forward[disabled="true"]:hover,
101#button-forward[disabled="true"]:hover:active
102 {
103 list-style-image : url("chrome://messenger/skin/forward-disabled.gif");
104 }
105
f6e0a33f 106#button-file
107 {
108 list-style-image : url("chrome://messenger/skin/file.gif");
109 }
110
111#button-file[disabled="true"],
112#button-file[disabled="true"]:hover,
113#button-file[disabled="true"]:hover:active
114 {
115 list-style-image : url("chrome://messenger/skin/file-disabled.gif");
116 }
117
f6e0a33f 118#button-next
119 {
120 list-style-image : url("chrome://messenger/skin/next.gif");
121 }
122
123#button-next[disabled="true"],
124#button-next[disabled="true"]:hover,
125#button-next[disabled="true"]:hover:active
126 {
127 list-style-image : url("chrome://messenger/skin/next-disabled.gif");
128 }
129
f6e0a33f 130#button-delete
131 {
132 list-style-image : url("chrome://messenger/skin/trash.gif");
133 }
134
135#button-delete[disabled="true"],
136#button-delete[disabled="true"]:hover,
137#button-delete[disabled="true"]:hover:active
138 {
139 list-style-image : url("chrome://messenger/skin/trash-disabled.gif");
140 }
141
f6e0a33f 142#button-mark {
143 list-style-image : url("chrome://messenger/skin/mark.gif");
144}
145
146#button-mark[disabled="true"],
147#button-mark[disabled="true"][buttonover="true"],
148#button-mark[disabled="true"][buttondown="true"]
149 {
150 list-style-image : url("chrome://messenger/skin/mark-disabled.gif");
151 }
152
f6e0a33f 153#button-print
154 {
155 list-style-image : url("chrome://global/skin/print.gif");
156 }
157
158#button-print[disabled="true"],
159#button-print[disabled="true"][buttonover="true"],
160#button-print[disabled="true"][buttondown="true"]
161 {
162 list-style-image : url("chrome://global/skin/print-disabled.gif");
163 }
164
f6e0a33f 165#button-stop
166 {
167 list-style-image : url("chrome://global/skin/stop.gif");
168 }
169
170#button-stop[disabled="true"],
171#button-stop[disabled="true"]:hover,
172#button-stop[disabled="true"]:hover:active
173 {
174 list-style-image : url("chrome://global/skin/stop-disabled.gif");
175 }
128000f4 176