Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

message highlight color

  • 2 Mbohovái
  • 0 oguereko ko apañuãi
  • 2 Hecha
  • Mbohovái ipaháva 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

Opaite Mbohovái (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