mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bold unread messages as well as New messages.
This commit is contained in:
parent
b39b50e09d
commit
e15f1c1ae1
@ -36,7 +36,11 @@ treecell[selectedcell] {
|
||||
color: white;
|
||||
}
|
||||
|
||||
treeitem[Status="new"] {
|
||||
treeitem[Status=""] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
treeitem[Status="New"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user