SeaMonkey Mailnews FAQ

Last 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) {
color: red !important;
}

Of course, you can change "red" to whatever colour you want; as well as add more style scripts.

Maintainer: Asrail