Bold unread messages as well as New messages.

This commit is contained in:
putterman%netscape.com 1999-05-14 00:46:53 +00:00
parent b39b50e09d
commit e15f1c1ae1

View File

@ -36,7 +36,11 @@ treecell[selectedcell] {
color: white; color: white;
} }
treeitem[Status="new"] { treeitem[Status=""] {
font-weight: bold;
}
treeitem[Status="New"] {
font-weight: bold; font-weight: bold;
} }