message highlight color
How do I change the default highlight color? The blue default obliterates the Blue Tagged (to do) messages
All Replies (2)
An option would be to change the color of the ToDo tag at settings>general
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.