news changes from classic
[themes.git] / LCARStrek / messenger / primaryToolbar.css
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  *   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.
35  *
36  * ***** END LICENSE BLOCK ***** */
37
38 /* ===== primaryToolbar.css =============================================
39   == Images for the Mail primary toolbar.
40   ======================================================================= */
41
42 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
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"]:hover,
53 #button-getmsg[disabled="true"][buttonover="true"],
54 #button-getmsg[disabled="true"][buttondown="true"]
55   {
56     list-style-image      : url("chrome://messenger/skin/getmsg-disabled.gif");
57   } 
58
59 #button-getmsg:hover,
60 #button-getmsg[buttonover="true"],
61 #button-getmsg[buttondown="true"],
62 #button-getmsg[open="true"]
63   {
64     list-style-image      : url("chrome://messenger/skin/getmsg-hover.gif");
65   } 
66
67 #button-newmsg 
68   {
69           list-style-image      : url("chrome://messenger/skin/newmsg.gif");
70   } 
71
72 #button-newmsg[disabled="true"],
73 #button-newmsg[disabled="true"]:hover,
74 #button-newmsg[disabled="true"]:hover:active
75   {
76     list-style-image      : url("chrome://messenger/skin/newmsg-disabled.gif");
77   } 
78
79 #button-newmsg:hover,
80 #button-newmsg:hover:active
81   {
82     list-style-image      : url("chrome://messenger/skin/newmsg-hover.gif");
83   } 
84 #button-reply 
85   {
86           list-style-image      : url("chrome://messenger/skin/reply.gif");
87   } 
88
89 #button-reply[disabled="true"],
90 #button-reply[disabled="true"]:hover,
91 #button-reply[disabled="true"]:hover:active
92   {
93     list-style-image      : url("chrome://messenger/skin/reply-disabled.gif");
94   } 
95
96 #button-reply:hover,
97 #button-reply:hover:active
98   {
99     list-style-image      : url("chrome://messenger/skin/reply-hover.gif");
100   } 
101
102 #button-replyall 
103   {
104           list-style-image      : url("chrome://messenger/skin/replyall.gif");
105   } 
106
107 #button-replyall[disabled="true"],
108 #button-replyall[disabled="true"]:hover,
109 #button-replyall[disabled="true"]:hover:active
110   {
111     list-style-image      : url("chrome://messenger/skin/replyall-disabled.gif");
112   } 
113
114 #button-replyall:hover,
115 #button-replyall:hover:active
116   {
117     list-style-image      : url("chrome://messenger/skin/replyall-hover.gif");
118   } 
119
120 #button-forward 
121   {
122           list-style-image      : url("chrome://messenger/skin/forward.gif");
123   } 
124
125 #button-forward[disabled="true"],
126 #button-forward[disabled="true"]:hover,
127 #button-forward[disabled="true"]:hover:active
128   {
129     list-style-image      : url("chrome://messenger/skin/forward-disabled.gif");
130   } 
131
132 #button-forward:hover,
133 #button-forward:hover:active
134   {
135     list-style-image      : url("chrome://messenger/skin/forward-hover.gif");
136   } 
137
138 #button-file 
139   {
140           list-style-image      : url("chrome://messenger/skin/file.gif");
141   } 
142
143 #button-file[disabled="true"],
144 #button-file[disabled="true"]:hover,
145 #button-file[disabled="true"]:hover:active
146   {
147     list-style-image      : url("chrome://messenger/skin/file-disabled.gif");
148   } 
149
150 #button-file:hover,
151 #button-file[open="true"]
152   {
153     list-style-image      : url("chrome://messenger/skin/file-hover.gif");
154   } 
155
156 #button-next 
157   {
158           list-style-image      : url("chrome://messenger/skin/next.gif");
159   } 
160
161 #button-next[disabled="true"],
162 #button-next[disabled="true"]:hover,
163 #button-next[disabled="true"]:hover:active
164   {
165     list-style-image      : url("chrome://messenger/skin/next-disabled.gif");
166   } 
167
168 #button-next:hover,
169 #button-next:hover:active
170   {
171     list-style-image      : url("chrome://messenger/skin/next-hover.gif");
172   } 
173
174 #button-delete 
175   {
176           list-style-image      : url("chrome://messenger/skin/trash.gif");
177   } 
178
179 #button-delete[disabled="true"],
180 #button-delete[disabled="true"]:hover,
181 #button-delete[disabled="true"]:hover:active
182   {
183     list-style-image      : url("chrome://messenger/skin/trash-disabled.gif");
184   } 
185
186 #button-delete:hover,
187 #button-delete:hover:active
188   {
189     list-style-image      : url("chrome://messenger/skin/trash-hover.gif");
190   } 
191
192 #button-mark {
193         list-style-image        : url("chrome://messenger/skin/mark.gif");
194 }
195
196 #button-mark[disabled="true"],
197 #button-mark[disabled="true"]:hover,
198 #button-mark[disabled="true"][buttonover="true"],
199 #button-mark[disabled="true"][buttondown="true"]
200   {
201     list-style-image      : url("chrome://messenger/skin/mark-disabled.gif");
202   } 
203
204 #button-mark:hover,
205 #button-mark[buttonover="true"],
206 #button-mark[buttondown="true"],
207 #button-mark[open="true"]
208   {
209     list-style-image      : url("chrome://messenger/skin/mark-hover.gif");
210   } 
211
212 #button-print 
213   {
214     list-style-image      : url("chrome://global/skin/print.gif");
215   }
216
217 #button-print[disabled="true"],
218 #button-print[disabled="true"]:hover,
219 #button-print[disabled="true"][buttonover="true"],
220 #button-print[disabled="true"][buttondown="true"]
221   {
222     list-style-image      : url("chrome://global/skin/print-disabled.gif");
223   }
224
225 #button-print:hover,
226 #button-print[buttonover="true"],
227 #button-print[buttondown="true"],
228 #button-print[open="true"]
229   {
230     list-style-image      : url("chrome://global/skin/print-hover.gif");
231   }
232
233 #button-stop 
234   {
235           list-style-image      : url("chrome://global/skin/stop.gif");
236   } 
237
238 #button-stop[disabled="true"],
239 #button-stop[disabled="true"]:hover,
240 #button-stop[disabled="true"]:hover:active
241   {
242     list-style-image      : url("chrome://global/skin/stop-disabled.gif");
243   } 
244
245 #button-stop:hover,
246 #button-stop:hover:active
247   {
248     list-style-image      : url("chrome://global/skin/stop-hover.gif");
249   }