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

message highlight color

  • 2 replies
  • 0 have this problem
  • 12 views
  • Last reply by 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