Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

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

CSS code to change color of star in message header toolbar

  • 1 èsì
  • 0 ní àwọn ìṣòro yìí
  • 65 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ sfhowes

Does someone know the CSS code that would change the inner color and the border color of the star in the message header toolbar? Please see my screen image. And which file the code belongs in?

Or another method to change the colors?

Does someone know the CSS code that would change the inner color and the border color of the star in the message header toolbar? Please see my screen image. And which file the code belongs in? Or another method to change the colors?
Ìsopọ̀ yíyà aṣàfihàn

All Replies (1)

Try this:

button.email-action-flagged {
  &.flagged {
    fill: red !important;
    stroke: blue !important;
  }}


Help/Troubleshooting Info, Profile Folder, Show in Finder (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

video: How to create a css file (Firefox or TB)

See picture.

Béèrè ìbéèrè

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.