|
|
[an error occurred while processing this directive]
Mozilla Mailnews FAQLast updated on March 2, 2006.
How do I change the colour of folders with unread messages?Add this script in your userChrome.css (See Editing Config Files):
treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { Of course, you can change "red" to whatever colour you want; as well as add more style scripts. |