Bug 258600 line-through deleted imap messages p=julien@rdmo.com sr=mscott

This commit is contained in:
neil%parkwaycc.co.uk 2005-01-31 15:48:36 +00:00
parent 76ef1bd16b
commit 9a96d73a1a
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,10 @@ treechildren::-moz-tree-cell-text(unread) {
font-weight: bold; font-weight: bold;
} }
treechildren::-moz-tree-cell-text(imapdeleted) {
text-decoration: line-through;
}
/* on a collapsed thread, if the top level message is read, but the thread has /* 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 * unread children, underline the text. 4.x mac did this, very slick
*/ */

View File

@ -52,6 +52,10 @@ treechildren::-moz-tree-cell-text(unread) {
font-weight: bold; font-weight: bold;
} }
treechildren::-moz-tree-cell-text(imapdeleted) {
text-decoration: line-through;
}
/* on a collapsed thread, if the top level message is read, but the thread has /* 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 * unread children, underline the text. 4.x mac did this, very slick
*/ */