reorx
12/24/2013 - 10:29 AM

thunderbird_ui_messagelist.css

/* Put this to stylish plugin */

#threadTree treechildren:-moz-tree-row { 
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1 !important; 
    height: 35px !important; 
}
#threadTree treechildren::-moz-tree-cell-text {
    color: #333;
}
#threadTree treechildren::-moz-tree-cell-text(unread) {
    color: #000;
}
#threadTree treechildren::-moz-tree-cell(unread) {
    background-color: #eaeaea !important;
}
#threadTree treechildren::-moz-tree-cell(selected) {
    background-color: #9ed5ff !important;
}
#threadTree treechildren::-moz-tree-cell-text(selected) {
    color: #333 !important;
}