small fixes for LCARStrek 1.3
[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   list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif");
48 }
49
50 #button-getmsg:hover,
51 #button-getmsg[buttonover="true"],
52 #button-getmsg[buttondown="true"],
53 #button-getmsg[open="true"] {
54   list-style-image: url("chrome://messenger/skin/toolbar/getmsg-hover.gif");
55
56
57 #button-getmsg[disabled="true"] {
58   list-style-image: url("chrome://messenger/skin/toolbar/getmsg-disabled.gif") !important;
59 }
60
61 #button-newmsg {
62   list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif");
63 }
64
65 #button-newmsg:hover,
66 #button-newmsg:hover:active {
67   list-style-image: url("chrome://messenger/skin/toolbar/newmsg-hover.gif");
68
69
70 #button-newmsg[disabled="true"] {
71   list-style-image: url("chrome://messenger/skin/toolbar/newmsg-disabled.gif") !important;
72 }
73
74 #button-reply {
75   list-style-image: url("chrome://messenger/skin/toolbar/reply.gif");
76 }
77
78 #button-reply:hover,
79 #button-reply:hover:active {
80   list-style-image: url("chrome://messenger/skin/toolbar/reply-hover.gif");
81
82
83 #button-reply[disabled="true"] {
84   list-style-image: url("chrome://messenger/skin/toolbar/reply-disabled.gif") !important;
85 }
86
87 #button-replyall {
88   list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif");
89 }
90
91 #button-replyall:hover,
92 #button-replyall:hover:active {
93   list-style-image: url("chrome://messenger/skin/toolbar/replyall-hover.gif");
94
95
96 #button-replyall[disabled="true"] {
97   list-style-image: url("chrome://messenger/skin/toolbar/replyall-disabled.gif") !important;
98 }
99
100 #button-forward {
101   list-style-image: url("chrome://messenger/skin/toolbar/forward.gif");
102 }
103
104 #button-forward:hover,
105 #button-forward:hover:active {
106   list-style-image: url("chrome://messenger/skin/toolbar/forward-hover.gif");
107
108
109 #button-forward[disabled="true"] {
110   list-style-image: url("chrome://messenger/skin/toolbar/forward-disabled.gif") !important;
111 }
112
113 #button-file {
114   list-style-image: url("chrome://messenger/skin/toolbar/file.gif");
115 }
116
117 #button-file:hover,
118 #button-file[open="true"] {
119   list-style-image: url("chrome://messenger/skin/toolbar/file-hover.gif");
120
121
122 #button-file[disabled="true"] {
123   list-style-image: url("chrome://messenger/skin/toolbar/file-disabled.gif") !important;
124 }
125
126 #button-next {
127   list-style-image: url("chrome://messenger/skin/toolbar/next.gif");
128 }
129
130 #button-next:hover,
131 #button-next:hover:active {
132   list-style-image: url("chrome://messenger/skin/toolbar/next-hover.gif");
133
134
135 #button-next[disabled="true"] {
136   list-style-image: url("chrome://messenger/skin/toolbar/next-disabled.gif") !important;
137 }
138
139 #button-delete {
140   list-style-image: url("chrome://global/skin/icons/trash.gif");
141 }
142
143 #button-delete:hover,
144 #button-delete:hover:active {
145   list-style-image: url("chrome://global/skin/icons/trash-hover.gif");
146
147
148 #button-delete[disabled="true"] {
149   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
150 }
151
152 #button-mark {
153   list-style-image: url("chrome://messenger/skin/toolbar/mark.gif");
154 }
155
156 #button-mark:hover,
157 #button-mark[buttonover="true"],
158 #button-mark[buttondown="true"],
159 #button-mark[open="true"] {
160   list-style-image: url("chrome://messenger/skin/toolbar/mark-hover.gif");
161
162
163 #button-mark[disabled="true"] {
164   list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important;
165 }
166
167 #button-print {
168   list-style-image: url("chrome://global/skin/icons/print.gif");
169 }
170
171 #button-print:hover,
172 #button-print[buttonover="true"],
173 #button-print[buttondown="true"],
174 #button-print[open="true"] {
175   list-style-image: url("chrome://global/skin/icons/print-hover.gif");
176 }
177
178 #button-print[disabled="true"] {
179   list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
180 }
181
182 #button-stop {
183   list-style-image: url("chrome://global/skin/icons/stop.gif");
184 }
185
186 #button-stop:hover,
187 #button-stop:hover:active {
188   list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
189 }
190
191 #button-stop[disabled="true"] {
192   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
193 }
194
195 #button-junk {
196   list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
197 }
198
199 #button-junk:hover,
200 #button-junk[buttonover="true"],
201 #button-junk[buttondown="true"],
202 #button-junk[open="true"] {
203   list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
204
205
206 #button-junk[disabled="true"] {
207   list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
208 }