![Thunderbird logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2024-02-12-07-36-53-599028_1.png)
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
Alle antwurden (1)
any advice?