updating bookmarks component so that skin is working again with current builds
[themes.git] / EarlyBlue / messenger / skin / threadPane.css
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
21 .tree-thread-row.unread-true {
22         font-weight: bold;
23 }
24
25 .prioritycol-highest
26 {
27         color:red;
28 }
29
30 .prioritycol-high
31 {
32         color: rgb(128, 0, 0);
33 }
34
35 .prioritycol-lowest
36 {
37         color: rgb(170, 170, 170);
38 }
39
40 .prioritycol-low
41 {
42         color: rgb(85, 85, 85);
43 }
44
45 .tree-cell-threadpane-icon {
46   list-style-image: url("chrome://messenger/skin/message-mail.gif");
47   min-height: 14px;
48 }
49
50 .tree-cell-threadpane-icon.status-new {
51   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
52 }
53
54 .tree-cell-threadpane-icon.message-type-news {
55   list-style-image: url("chrome://messenger/skin/message-news.gif");
56 }
57
58 .tree-cell-threadpane-icon.message-type-news.status-new {
59   list-style-image: url("chrome://messenger/skin/message-news-new.gif");
60 }
61
62 .tree-cell-threadpane-icon.message-type-mail.has-attachment-true {
63   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
64 }
65
66 .tree-cell-threadpane-icon.is-imap-deleted-true {
67   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
68 }
69
70 .unreadcol-false {
71   list-style-image: url("chrome://messenger/skin/readmail.gif");
72   min-height: 14px;
73 }
74
75 .unreadcol-true {
76   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
77 }
78
79 .flagcol-unflagged {
80   list-style-image: url("chrome://messenger/skin/readmail.gif");
81   min-height: 14px;
82 }
83
84 .flagcol-flagged {
85   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
86 }
87
88 treeitem > treerow > .threadcol-thread {
89   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
90 }
91
92 treeitem[open="true"] > treerow > .threadcol-thread {
93   list-style-image: url("chrome://messenger/skin/thread-open.gif");
94 }
95
96 treeitem > treerow > .threadcol-threadWithUnread {
97   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
98 }
99
100 treeitem[open="true"] > treerow > .threadcol-threadWithUnread {
101   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
102 }
103
104 .threadColumnHeader[currentView="threaded"]
105   {
106     list-style-image: url("chrome://messenger/skin/threadcol.gif");
107   text-align: left;
108   }
109
110 .threadColumnHeader[currentView="unthreaded"]
111   {
112     list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
113   text-align: center;
114   }
115
116 .readColumnHeader
117   {
118     list-style-image: url("chrome://messenger/skin/unreadmail.gif");
119   text-align: center;
120   }
121
122 .flagColumnHeader
123   {
124     list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
125   text-align: center;
126   }
127
128 treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty 
129   {
130     visibility            : hidden;
131   }    
132
133 #threadTree  
134   {
135     border-top            : none;
136   }
137
138