This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Folder items with tags show font in tag color. How can I change it to black?

  • 2 replies
  • 1 has this problem
  • 5 views
  • Last reply by sfhowes

more options

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.)

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.)
Attached screenshots

Modified by Lori R

All Replies (2)

more options

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 by Lori R

more options

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.