keep EarlyBlue in sync with tree - mailnews CSS split
[themes.git] / EarlyBlue / messenger / skin / primaryToolbar.css
1 /* 
2  * The contents of this file are subject to the Netscape Public
3  * License Version 1.1 (the "License"); you may not use this file
4  * except in compliance with the License. You may obtain a copy of
5  * the License at http://www.mozilla.org/NPL/
6  * 
7  * Software distributed under the License is distributed on an "AS
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9  * implied. See the License for the specific language governing
10  * rights and limitations under the License.
11  * 
12  * The Original Code is Mozilla Communicator client code, released
13  * March 31, 1998.
14  * 
15  * The Initial Developer of the Original Code is Netscape
16  * Communications Corporation. Portions created by Netscape are
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
18  * Rights Reserved.
19  */
20
21
22 /* ===== primaryToolbar.css =============================================
23   == Images for the Mail primary toolbar.
24   ======================================================================= */
25
26 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
27
28 /* ::::: primary toolbar buttons ::::: */
29
30 #button-getmsg {
31         list-style-image:url("chrome://messenger/skin/getmsg.gif");
32 }
33
34 #button-getmsg[disabled="true"] {
35         list-style-image:url("chrome://messenger/skin/getmsg_dis.gif");
36 }
37
38 #button-newmsg {
39         list-style-image:url("chrome://messenger/skin/newmsg.gif");
40 }
41
42 #button-newmsg[disabled="true"] {
43         list-style-image:url("chrome://messenger/skin/newmsg_dis.gif");
44 }
45
46 #button-reply {
47         list-style-image:url("chrome://messenger/skin/reply.gif");
48 }
49
50 #button-reply[disabled="true"] {
51         list-style-image:url("chrome://messenger/skin/reply_dis.gif");
52 }
53
54 #button-replyall {
55         list-style-image:url("chrome://messenger/skin/replyall.gif");
56 }
57
58 #button-replyall[disabled="true"] {
59         list-style-image:url("chrome://messenger/skin/replyall_dis.gif");
60 }
61
62 #button-forward {
63         list-style-image:url("chrome://messenger/skin/forward.gif");
64 }
65
66 #button-forward[disabled="true"] {
67         list-style-image:url("chrome://messenger/skin/forward_dis.gif");
68 }
69
70 #button-file {
71         list-style-image:url("chrome://messenger/skin/file.gif");
72 }
73
74 #button-file[disabled="true"] {
75         list-style-image:url("chrome://messenger/skin/file_dis.gif");
76 }
77
78 #button-file[open="true"] > .button-internal-box {
79         border: 1px inset #CCD0DD;
80         padding               : 2px 0px 0px 2px;
81 }
82
83 #button-file > .button-internal-box 
84 {
85         -mox-box-align      : center;
86         -moz-box-pack       : center;
87 }
88
89 #button-file > .button-internal-box > .menubutton-single-text 
90 {
91         padding-top         : 3px;
92         -moz-box-pack       : center;
93 }
94
95 #button-next {
96         list-style-image:url("chrome://messenger/skin/next.gif");
97 }
98
99 #button-next[disabled="true"] {
100         list-style-image:url("chrome://messenger/skin/next_dis.gif");
101 }
102
103 #button-mark {
104         list-style-image:url("chrome://messenger/skin/mark.gif");
105 }
106
107 #button-mark[disabled="true"] {
108         list-style-image:url("chrome://messenger/skin/mark_dis.gif");
109 }
110
111 #button-delete {
112         list-style-image:url("chrome://messenger/skin/trash.gif");
113 }
114
115 #button-delete[disabled="true"] {
116         list-style-image:url("chrome://messenger/skin/trash_dis.gif");
117 }
118
119 #button-print 
120   {
121           list-style-image      : url("chrome://global/skin/print.gif");
122   }
123
124 #button-print[disabled="true"]
125   {
126           list-style-image      : url("chrome://global/skin/print_dis.gif");
127   }
128
129 #button-stop {
130         list-style-image:url("chrome://global/skin/stop.gif");
131 }
132
133 #button-stop[disabled="true"] {
134         list-style-image:url("chrome://global/skin/stop_dis.gif");
135 }