Folder items with tags show font in tag color. How can I change it to black?
Prior to updating to v68 my tags were set to show black fonts and white in darker fonts. This was done in the css file awhile back. They still show as supposed to be black, but it's not. How can I have the tagged items show with black (or white) font rather than a darker version of the tag color? Some of them I can hardly see (light pink, yellow etc.)
Modified
All Replies (2)
More info. This is the userchrome.css entry for the green. It would make the green darker green when selected, and turn the font to white. Now when selected, it turns darker, but font turns black. The font instructions for both unselected and selected no longer work:
/* Normal message row GREEN2*/ treechildren::-moz-tree-cell(lc-3EFB00) {
border-bottom: 1px solid #FF0000 !important; background-color: #3EFB00 !important;
} /* Message row text */ treechildren::-moz-tree-cell-text(lc-3EFB00) {
color: #000000 !important;
} /* Message row background when selected */ treechildren::-moz-tree-cell(lc-3EFB00, selected) {
background-color: #238E00 !important;
} /* Message row text when selected */ treechildren::-moz-tree-cell-text(lc-3EFB00, selected) {
color: #ffffff !important;
Modified
The code to color the cell for tagged messages has to be changed for TB 68:
https://support.mozilla.org/en-US/questions/1270814#answer-1276304
The green tag is normally the default Personal tag (tag 3), so I think you want to change lc-3EFB00 to T_24label3.