correcting more messsages arrow color in msgHeaderView
[themes.git] / LCARStrek / messenger / skin / msgHdrViewOverlay.css
... / ...
CommitLineData
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-2001 Netscape Communications Corporation. All
18 * Rights Reserved.
19 *
20 * Contributor(s):
21 * Scott MacGregor (mscott@netscape.com)
22 * Joe Hewitt (hewitt@netscape.com)
23 * Robert Kaiser (KaiRo@KaiRo.at)
24*/
25
26@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
27@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
28
29#msgHeaderView
30 {
31 background-color: #E7ADE7;
32 background-image: none;
33 -moz-border-radius: 8px 8px 8px 8px;
34 padding-right: 12px;
35 margin-bottom: 3px;
36 }
37
38mail-emailaddress
39 {
40 -moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
41 display : -moz-xul-inline-box;
42 }
43
44.buttonTopSpacer
45 {
46 height : 0.3em;
47 }
48
49.buttonSpacer
50 {
51 width : 0.5em;
52 }
53
54.headerValueBox
55 {
56 width : 7.0em;
57 text-align : right;
58}
59
60.headerBox
61 {
62 overflow : hidden;
63 min-width : 50px;
64 }
65
66
67#addToAddressBookButton
68 {
69 list-style-image:url("chrome://messenger/skin/addtoab.gif");
70 min-height: 20px;
71 margin: 0px;
72 }
73
74#attachmentButton
75 {
76 list-style-image:url("chrome://messenger/skin/attach.gif");
77 min-height: 20px;
78 margin: 0px;
79 }
80
81.emailDisplayImage
82 {
83 text-align : right;
84 }
85
86.emailDisplayButton
87 {
88 color : black;
89 cursor : pointer;
90 min-height : 16px;
91 -moz-border-radius: : 3px;
92 background-color : transparent;
93 }
94
95.emailDisplayButton:hover
96 {
97 color : black;
98 background-color : #FFCF00;
99 }
100
101.showMoreAddressesButton
102 {
103 list-style-image : url("chrome://global/skin/twisty-closed-selected.gif");
104 }
105
106.showFewerAddressesButton
107 {
108 list-style-image : url("chrome://global/skin/twisty-open-selected.gif");
109 }
110
111html.headerValue
112 {
113 color : black;
114 white-space : normal;
115 min-width : 50px;
116 margin : 0px;
117 padding-top : 1px;
118 }
119
120html.subjectvalue
121 {
122 font-weight : bold;
123 color : black;
124 }
125
126text.headerdisplayname
127 {
128 font-weight : bold;
129 color : black;
130 margin-right : 0.5em;
131 margin-left : 0.5em;
132 min-height : 18px
133 }
134
135text.headerValue
136 {
137 color : black;
138 white-space : normal;
139 min-width : 50px;
140/* border-bottom : 1px solid #9999CC; */
141 }
142
143.expandHeaderViewButton {
144 list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
145 margin-left: .5em;
146 margin-right: .5em;
147}
148
149.collapsedHeaderViewButton
150{
151 list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
152 margin-left: .5em;
153 }
154
155
156/* ::::: collapsed view styles ::::: */
157.collapsedToggleHdrBox
158{
159 vertical-align: middle;
160}
161
162#collapsedAttachmentBox {
163 text-align: center;
164}
165
166#collapseddateValue
167{
168 margin-left: .7em;
169}
170
171#collapsedfromBox
172{
173 width: 18em;
174}
175
176#collapseddateBox
177 {
178 width: 12em;
179}
180
181text.collapsedHeaderDisplayName
182{
183 color: black;
184 font-weight: bold;
185 margin-left: .7em;
186 min-height: 16px;
187}
188
189text.collapsedHeaderValue
190{
191 color: black;
192}
193
194.collapsedAttachmentButton
195{
196 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
197 margin-right: .5em;
198 margin-left: 1em;
199}
200
201[hide] {
202 visibility: hidden;
203}
204
205
206