mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +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;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[Status="new"] {
|
treeitem[Status=""] {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
treeitem[Status="New"] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user