sync trunk and branch
[themes.git] / LCARStrek / messenger / primaryToolbar.css
CommitLineData
351107c9 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 *
3a121502 16 * The Initial Developer of the Original Code is
351107c9 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
3a121502 25 * either the GNU General Public License Version 2 or later (the "GPL"), or
351107c9 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
b1eaa419 46#button-getmsg {
47 list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif");
48}
351107c9 49
50#button-getmsg:hover,
3a121502 51#button-getmsg:hover:active,
b1eaa419 52#button-getmsg[open="true"] {
53 list-style-image: url("chrome://messenger/skin/toolbar/getmsg-hover.gif");
3a121502 54}
b1eaa419 55
56#button-getmsg[disabled="true"] {
57 list-style-image: url("chrome://messenger/skin/toolbar/getmsg-disabled.gif") !important;
58}
59
60#button-newmsg {
61 list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif");
62}
351107c9 63
64#button-newmsg:hover,
b1eaa419 65#button-newmsg:hover:active {
66 list-style-image: url("chrome://messenger/skin/toolbar/newmsg-hover.gif");
3a121502 67}
b1eaa419 68
69#button-newmsg[disabled="true"] {
70 list-style-image: url("chrome://messenger/skin/toolbar/newmsg-disabled.gif") !important;
71}
72
73#button-reply {
74 list-style-image: url("chrome://messenger/skin/toolbar/reply.gif");
75}
351107c9 76
77#button-reply:hover,
b1eaa419 78#button-reply:hover:active {
79 list-style-image: url("chrome://messenger/skin/toolbar/reply-hover.gif");
3a121502 80}
b1eaa419 81
82#button-reply[disabled="true"] {
83 list-style-image: url("chrome://messenger/skin/toolbar/reply-disabled.gif") !important;
84}
85
86#button-replyall {
87 list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif");
88}
351107c9 89
90#button-replyall:hover,
b1eaa419 91#button-replyall:hover:active {
92 list-style-image: url("chrome://messenger/skin/toolbar/replyall-hover.gif");
3a121502 93}
b1eaa419 94
95#button-replyall[disabled="true"] {
96 list-style-image: url("chrome://messenger/skin/toolbar/replyall-disabled.gif") !important;
97}
98
99#button-forward {
100 list-style-image: url("chrome://messenger/skin/toolbar/forward.gif");
101}
351107c9 102
103#button-forward:hover,
b1eaa419 104#button-forward:hover:active {
105 list-style-image: url("chrome://messenger/skin/toolbar/forward-hover.gif");
3a121502 106}
b1eaa419 107
108#button-forward[disabled="true"] {
109 list-style-image: url("chrome://messenger/skin/toolbar/forward-disabled.gif") !important;
110}
111
112#button-file {
113 list-style-image: url("chrome://messenger/skin/toolbar/file.gif");
114}
351107c9 115
116#button-file:hover,
3a121502 117#button-file:hover:active,
b1eaa419 118#button-file[open="true"] {
119 list-style-image: url("chrome://messenger/skin/toolbar/file-hover.gif");
3a121502 120}
b1eaa419 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}
351107c9 129
130#button-next:hover,
b1eaa419 131#button-next:hover:active {
132 list-style-image: url("chrome://messenger/skin/toolbar/next-hover.gif");
3a121502 133}
b1eaa419 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}
351107c9 142
143#button-delete:hover,
b1eaa419 144#button-delete:hover:active {
145 list-style-image: url("chrome://global/skin/icons/trash-hover.gif");
3a121502 146}
351107c9 147
b1eaa419 148#button-delete[disabled="true"] {
149 list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
351107c9 150}
151
b1eaa419 152#button-mark {
153 list-style-image: url("chrome://messenger/skin/toolbar/mark.gif");
154}
351107c9 155
156#button-mark:hover,
3a121502 157#button-mark:hover:active,
b1eaa419 158#button-mark[open="true"] {
159 list-style-image: url("chrome://messenger/skin/toolbar/mark-hover.gif");
3a121502 160}
b1eaa419 161
162#button-mark[disabled="true"] {
163 list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important;
164}
165
166#button-print {
167 list-style-image: url("chrome://global/skin/icons/print.gif");
168}
351107c9 169
170#button-print:hover,
3a121502 171#button-print:hover:active,
b1eaa419 172#button-print[open="true"] {
173 list-style-image: url("chrome://global/skin/icons/print-hover.gif");
174}
175
176#button-print[disabled="true"] {
177 list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
178}
179
180#button-stop {
181 list-style-image: url("chrome://global/skin/icons/stop.gif");
182}
351107c9 183
184#button-stop:hover,
b1eaa419 185#button-stop:hover:active {
186 list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
187}
188
189#button-stop[disabled="true"] {
190 list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
191}
07b3f504 192
193#button-junk {
a3b3d4d6 194 list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
07b3f504 195}
196
197#button-junk:hover,
242fc635 198#button-junk:hover:active,
07b3f504 199#button-junk[open="true"] {
a3b3d4d6 200 list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
3a121502 201}
07b3f504 202
203#button-junk[disabled="true"] {
a3b3d4d6 204 list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
07b3f504 205}
ac1cdf20 206
4605f956 207/* ::::: message notification bar style rules ::::: */
ac1cdf20 208
4605f956 209.msgNotificationBar {
ac1cdf20 210 -moz-border-radius: 7px;
211 padding: 3px;
212 margin-bottom: 3px;
213 background-color: #FF9F00;
214 color: #000000;
215}
216
4605f956 217.msgNotificationBarText {
218 font-weight: bold;
219}
220
221#junkBarImage {
222 list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
223}
224
ac1cdf20 225#junkIcon {
136d0f43 226 margin-left: 0.5ex;
ac1cdf20 227 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
228}
4605f956 229
230#remoteContentImage {
231 list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
232 padding: 3px;
233}