fixing skin bustage because of scrollbar changes
[themes.git] / EarlyBlue / messenger / skin / threadPane.css
CommitLineData
c6a72ce5 1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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
082dab25 21
22outliner:focus > outliner-bodybox
23{
24 border: 1px solid black;
25}
26
27outliner > outliner-bodybox
28{
29 border: 1px solid transparent;
30}
31
32outlinercol.threadColumnHeader {
33 list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
34}
35
36outlinercol.threadColumnHeader[sortDirection="ascending"] {
37 list-style-image: url("chrome://messenger/skin/threadcol.gif");
38}
39
40outlinercol.threadColumnHeader[sortDirection="descending"] {
41 list-style-image: url("chrome://messenger/skin/threadcol.gif");
42}
43
29c4873a 44outlinerbody:-moz-outliner-image(threadCol, container) {
45 list-style-image: url("chrome://messenger/skin/thread-closed.gif");
46}
47
48outlinerbody:-moz-outliner-image(threadCol, container, open) {
49 list-style-image: url("chrome://messenger/skin/thread-open.gif");
50}
51
52outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
53 list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
54}
55
56outlinerbody:-moz-outliner-image(threadCol, container, open, hasUnread) {
57 list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
58}
59
082dab25 60outlinercol.readColumnHeader {
61 list-style-image: url("chrome://messenger/skin/unreadmail.gif");
62}
63
29c4873a 64outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
65list-style-image: url("chrome://messenger/skin/readcol-read.gif");
66}
67
68outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
69list-style-image: url("chrome://messenger/skin/readcol-unread.gif");
70}
71
082dab25 72outlinercol.flagColumnHeader {
73 list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
74}
75
29c4873a 76outlinerbody:-moz-outliner-image(flaggedCol) {
77list-style-image: url("chrome://messenger/skin/readcol-read.gif");
78}
79
80outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
81list-style-image: url("chrome://messenger/skin/flagcol-flagged.gif");
82}
83
082dab25 84outlinerbody:-moz-outliner-cell-text(unread)
85{
86 font-weight: bold;
87}
88
89outlinerbody:-moz-outliner-cell-text(offline)
90{
91 font-style: italic;
92}
93
94outlinerbody:-moz-outliner-cell-text(priority-highest)
95{
96 color:red;
97}
98
99outlinerbody:-moz-outliner-cell-text(priority-high)
100{
101 color: rgb(128, 0, 0);
102}
103
104outlinerbody:-moz-outliner-cell-text(priority-lowest)
105{
106 color: rgb(170, 170, 170);
107}
108
109outlinerbody:-moz-outliner-cell-text(priority-low)
110{
111 color: rgb(85, 85, 85);
112}
113
114
115
29c4873a 116
082dab25 117
118
119
c6a72ce5 120.tree-thread-row.unread-true {
121 font-weight: bold;
122}
123
124.prioritycol-highest
125{
126 color:red;
127}
128
129.prioritycol-high
130{
131 color: rgb(128, 0, 0);
132}
133
134.prioritycol-lowest
135{
136 color: rgb(170, 170, 170);
137}
138
139.prioritycol-low
140{
141 color: rgb(85, 85, 85);
142}
143
144.tree-cell-threadpane-icon {
145 list-style-image: url("chrome://messenger/skin/message-mail.gif");
146 min-height: 14px;
147}
148
149.tree-cell-threadpane-icon.status-new {
150 list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
151}
152
153.tree-cell-threadpane-icon.message-type-news {
154 list-style-image: url("chrome://messenger/skin/message-news.gif");
155}
156
157.tree-cell-threadpane-icon.message-type-news.status-new {
158 list-style-image: url("chrome://messenger/skin/message-news-new.gif");
159}
160
161.tree-cell-threadpane-icon.message-type-mail.has-attachment-true {
162 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
163}
164
165.tree-cell-threadpane-icon.is-imap-deleted-true {
166 list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
167}
168
169.unreadcol-false {
170 list-style-image: url("chrome://messenger/skin/readmail.gif");
171 min-height: 14px;
172}
173
174.unreadcol-true {
175 list-style-image: url("chrome://messenger/skin/unreadmail.gif");
176}
177
178.flagcol-unflagged {
179 list-style-image: url("chrome://messenger/skin/readmail.gif");
180 min-height: 14px;
181}
182
183.flagcol-flagged {
184 list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
185}
186
187treeitem > treerow > .threadcol-thread {
188 list-style-image: url("chrome://messenger/skin/thread-closed.gif");
189}
190
191treeitem[open="true"] > treerow > .threadcol-thread {
192 list-style-image: url("chrome://messenger/skin/thread-open.gif");
193}
194
195treeitem > treerow > .threadcol-threadWithUnread {
196 list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
197}
198
199treeitem[open="true"] > treerow > .threadcol-threadWithUnread {
200 list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
201}
202
203.threadColumnHeader[currentView="threaded"]
204 {
205 list-style-image: url("chrome://messenger/skin/threadcol.gif");
206 text-align: left;
207 }
208
209.threadColumnHeader[currentView="unthreaded"]
210 {
211 list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
212 text-align: center;
213 }
214
215.readColumnHeader
216 {
217 list-style-image: url("chrome://messenger/skin/unreadmail.gif");
218 text-align: center;
219 }
220
221.flagColumnHeader
222 {
223 list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
224 text-align: center;
225 }
226
227treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty
228 {
229 visibility : hidden;
230 }
231
232#threadTree
233 {
234 border-top : none;
235 }
236
237
29c4873a 238
239
240
241