1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== messageHeader.css ==============================================
6 == Styles for the header toolbars of a mail message.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
11 /* ::::: msg header toolbars ::::: */
16 background-color: #E7ADE7;
22 /* ::::: msg header buttons ::::: */
24 #expandedAttachmentBox {
27 list-style-image: url("chrome://messenger/skin/icons/attach.gif");
34 /* ::::: msg header captions ::::: */
41 mail-toggle-headerfield,
42 mail-emailheaderfield,
43 mail-multi-emailHeaderField,
44 mail-messageids-headerfield,
56 -moz-margin-end: .25em;
66 background-color: transparent;
69 .headerValueBox[singleline="true"] {
73 .headerValueBox[singleline="true"] > .headerValue {
86 /* ::::: msg header message ids ::::: */
88 .messageIdDisplayButton {
96 .messageIdDisplayButton:hover {
98 background-color: #FFCF00;
101 .messageIdDisplayImage {
102 -moz-padding-start: 2px;
106 /* ::::: msg header email addresses ::::: */
108 .emailDisplayButton {
116 .emailDisplayButton:hover {
118 background-color: #FFCF00;
122 -moz-padding-start: 2px;
126 /* ::::: email address twisty ::::: */
130 list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
133 .addresstwisty[open] {
134 list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
137 /* ::::: view expand and collapse twisties ::::: */
139 .expandHeaderViewButton,
140 .collapsedHeaderViewButton {
145 .expandHeaderViewButton {
146 list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
149 .collapsedHeaderViewButton {
150 list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
153 /* ::::: collapsed view styles ::::: */
155 #collapsedHeaderView {
160 #collapsedAttachmentBox {
161 -moz-box-pack: center;
164 #collapsedsubjectValue {
165 background-color: transparent;
168 #collapseddateValue {
169 -moz-margin-start: .5em;
171 background-color: transparent;
174 #collapseddateValue > .textbox-input-box menupopup {
186 .collapsedHeaderDisplayName {
188 -moz-margin-start: .55em;
189 -moz-margin-end: .5em;
193 .collapsedHeaderValue,
194 #collapsedfromValue {
195 background: transparent;
199 .collapsedAttachmentButton {
200 list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
202 -moz-margin-end: .5em;