XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
/*
|
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Communicator client code, released
|
|
|
|
* March 31, 1998.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape
|
|
|
|
* Communications Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
|
|
|
|
* Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Scott MacGregor (mscott@netscape.com)
|
|
|
|
* Joe Hewitt (hewitt@netscape.com)
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ===== threadPane.css ==============================================
|
|
|
|
== Styles for the thread pane in the Messenger 3-pane window.
|
|
|
|
======================================================================= */
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
|
|
/* ::::: thread decoration ::::: */
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(read) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(unread) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* on a collapsed thread, if the top level message is read, but the thread has
|
|
|
|
* unread children, underline the text. 4.x mac did this, very slick
|
|
|
|
*/
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: priority colors ::::: */
|
|
|
|
/****
|
|
|
|
**** Priority colors currently not being used at the moment. It has been
|
|
|
|
**** disabled so as to not conflict with the labels color feature.
|
|
|
|
****
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, priority-highest) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, priority-high) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: rgb(128, 0, 0);
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, priority-lowest) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: rgb(170, 170, 170);
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, priority-low) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: rgb(85, 85, 85);
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, selected) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-cell-text(priorityCol, selected, focus) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
color: HighlightText;
|
|
|
|
}
|
|
|
|
****/
|
|
|
|
|
|
|
|
/* ::::: message icons ::::: */
|
|
|
|
|
|
|
|
/* ::::: message column icons ::::: */
|
|
|
|
|
|
|
|
/* ..... thread column ..... */
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.threadColumnHeader {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.threadColumnHeader[sortDirection="ascending"] {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.threadColumnHeader[sortDirection="descending"] {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(threadCol, container) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(threadCol, container, open) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(threadCol, container, hasUnread) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(threadCol, container, hasUnread, open) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ..... read column ..... */
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.readColumnHeader {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/readcol.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(unreadButtonColHeader) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(unreadButtonColHeader, unread) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ..... flag column ..... */
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.flagColumnHeader {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/flagcol.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(flaggedCol) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(flaggedCol, flagged) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ..... subject column ..... */
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol) {
|
|
|
|
margin-right: 2px;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, new) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, attach) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, imapdeleted) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, offline) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, new, offline) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, attach, offline) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, imapdeleted, offline) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, attach) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, attach, offline) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, new) {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, new, attach) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, new, attach, offline) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-off.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, new, offline) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-new-offl.gif");
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(subjectCol, news, offline) {
|
2002-01-25 05:02:02 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif");
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
}
|
|
|
|
|
2002-01-30 00:56:44 +03:00
|
|
|
/* ..... new thread icons for watch and ignore ..... */
|
|
|
|
|
2002-05-31 23:08:46 +04:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, watch) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-05-31 23:08:46 +04:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, ignore) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-05-31 23:08:46 +04:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, watch, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-05-31 23:08:46 +04:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, ignore, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, watch, open) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, ignore, open) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, watch, open, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-eye.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren:-moz-tree-image(news, threadCol, container, ignore, open, offline) {
|
2002-01-31 02:50:18 +03:00
|
|
|
list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-kill.gif");
|
2002-01-30 00:56:44 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-01-16 06:01:28 +03:00
|
|
|
#sizeCol,
|
|
|
|
#unreadCol,
|
|
|
|
#totalCol {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|