adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / messenger / skin / messengercompose / messengercompose.css
CommitLineData
c6a72ce5 1@import url(chrome://messenger/skin/messenger.css);
2
3@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
4@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
5
6/* addressing widget */
7#addressingWidgetTree
8 {
9 height : 80px;
10 width : 0px;
11 -moz-user-focus : none;
12 }
13
14#addressingWidgetTree > .tree-container-treerows
15 {
16 border-left: none;
17 }
18
19#listcol-addressingWidget
20 {
21 width : 9em;
5fdb3fd4 22 border-right : 1px solid #CCD0DD;
c6a72ce5 23 }
24
25#addressingWidgetTree > treechildren > treeitem > treerow,
26#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
27 border : none;
28 background-color : inherit;
29 color : inherit;
30}
31
32.treecell-addressingWidget
33 {
afe91d6d 34 -moz-box-align : center;
5fdb3fd4 35 border-bottom : 1px solid #CCD0DD;
c6a72ce5 36 padding : 0px !important;
37 }
38
39.treecell-addressingWidget:first-child
40 {
41 border-bottom : none;
42 }
43
44.dummy-row-cell:first-child
45 {
5fdb3fd4 46 border-bottom : 1px solid #CCD0DD;
c6a72ce5 47 }
48
49.person-icon
50 {
51 list-style-image : url("chrome://messenger/skin/addressbook/person.gif");
52 margin : 0px 3px 0px 3px;
53 }
54
0042fc01 55outlinerbody:-moz-outliner-cell-text(default-match)
56 {
57 margin: 2px -3px 2px 15px;
58 border: none;
59 }
60
61outlinerbody:-moz-outliner-image(local-abook)
62 {
63 margin: 2px -1px 2px 4px;
64 border: none;
65 list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
66 }
67
68outlinerbody:-moz-outliner-image(remote-abook)
69 {
70 margin: 2px -3px 2px 2px;
71 border: none;
72 list-style-image: url("chrome://messenger/skin/addressbook/remote-abook.gif");
73 }
74
c6a72ce5 75#button-send {
76 list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
77}
78
79#button-send[disabled="true"] {
80 list-style-image:url("chrome://messenger/skin/messengercompose/send_dis.gif");
81}
82
83#button-address {
84 list-style-image:url("chrome://messenger/skin/messengercompose/address.gif");
85}
86
87#button-address[disabled="true"] {
88 list-style-image:url("chrome://messenger/skin/messengercompose/address_dis.gif");
89}
90
91#button-attach {
92 list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif");
93}
94
95#button-attach[disabled="true"] {
96 list-style-image:url("chrome://messenger/skin/messengercompose/attach_dis.gif");
97}
98
99#button-quote {
100 list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif");
101}
102
103#button-quote[disabled="true"] {
104 list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif");
105}
106
0042fc01 107#spellingButton {
108 list-style-image:url("chrome://editor/skin/images/spell.gif");
c6a72ce5 109}
110
0042fc01 111#spellingButton[disabled="true"] {
112 list-style-image:url("chrome://editor/skin/images/spell-diabled.gif");
c6a72ce5 113}
114
115#button-save {
116 list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
117}
118
119#button-save[disabled="true"] {
120 list-style-image:url("chrome://messenger/skin/messengercompose/save_dis.gif");
121}
122
123#button-stop {
124 list-style-image:url("chrome://global/skin/stop.gif");
125}
126
127#button-stop[disabled="true"] {
128 list-style-image:url("chrome://global/skin/stop_dis.gif");
129}
130
131
132#compose-toolbar-sizer
133 {
134 height : 3px;
135 margin-top : 0px;
136 border-top : none;
137 }
138
139#content-frame
140 {
5fdb3fd4 141 border : 1px inset #CCD0DD;
c6a72ce5 142 }
143
144#msgIdentity, #addressingWidgetTree, #msgSubject
145 {
146 margin-right : 3px;
147 }
148
149#attachmentbucket-sizer
150 {
151 width : 5px;
152 }
153
154#attachmentBucket {
155 margin-left : 3px;
156 -moz-user-focus: normal !important;
157}
158
159#attachmentBucketText
160 {
161 margin-left : 3px;
162 -moz-user-focus : none;
163 }
164
165/* askSendFormat dialog */
166
167#askSendFormat {
168 width: 40em;
169}
170
171#askImageBox {
afe91d6d 172 -moz-box-align: start;
c6a72ce5 173}
174
175#convertYes {
176 list-style-image:url("chrome://global/skin/question-icon.gif");
177}
178
179#convertAltering {
180 list-style-image:url("chrome://global/skin/question-icon.gif");
181}
182
183#convertNo {
184 list-style-image:url("chrome://global/skin/alert-icon.gif");
185}
0042fc01 186
187