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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

message highlight color

  • 2 antwoorde
  • 0 hierdie probleem
  • 2 views
  • Laaste antwoord deur sfhowes

more options

How do I change the default highlight color? The blue default obliterates the Blue Tagged (to do) messages

How do I change the default highlight color? The blue default obliterates the Blue Tagged (to do) messages

All Replies (2)

more options

An option would be to change the color of the ToDo tag at settings>general

more options

In the attached pictures, the first one shows the top message when it is tagged ToDo and selected, and the second one shows the tagged message, with light blue background, but not selected, while the 2nd message is selected. This can be accomplished with userChrome.css:

/* colours for tag 4, ToDo, selected and not selected */
#threadTree tr[data-properties~="T_24label4"] {background-color:lightblue !important;}
#threadTree tr[data-properties~="T_24label4"].selected {background-color:grey !important;}


Help/Troubleshooting Info, Profile Folder, Open Directory (Win:Open Folder), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator