Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

message highlight color

  • 2 个回答
  • 0 人有此问题
  • 26 次查看
  • 最后回复者为 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

所有回复 (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