Change color row of starred message in userChrome.css
I can change color and style of unread message with this code:
tree#threadTree treechildren:-moz-tree-cell-text(unread) { color: #FF0000!important; }
buy how can I change color for starred (star) message???
Elia
I can change color and style of unread message with this code:
tree#threadTree treechildren:-moz-tree-cell-text(unread) {
color: #FF0000!important;
}
buy how can I change color for starred (star) message???
Elia
All Replies (1)
any advice?