Windows 10 will reach 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

Can you change the colour of the star or message of a starred message?

  • 8 respostas
  • 2 have this problem
  • 86 views
  • Last reply by sfhowes

more options

Hi I've recently started using Thunderbird & have made several customisations & created a userChrome.css file. I find the yellow star on a starred message a bit to easy to miss. Is there a way to either make the yellow star another colour or to make the starred message in the message list another colour (like Outlook does)? The only info I have found so far makes all stars change colour - starred on unstarred. That defeats my objective. Thanks, Tony

Hi I've recently started using Thunderbird & have made several customisations & created a userChrome.css file. I find the yellow star on a starred message a bit to easy to miss. Is there a way to either make the yellow star another colour or to make the starred message in the message list another colour (like Outlook does)? The only info I have found so far makes all stars change colour - starred on unstarred. That defeats my objective. Thanks, Tony

Chosen solution

This can be done with the following code:

*|*:root {
  --thread-pane-flag-fill: cyan !important;
  --thread-pane-flag-stroke: red !important;
}


http://forums.mozillazine.org/viewtopic.php?f=39&t=3114829&sid=ac131b23d8e65b2b46f3833ec91a50d6

Help/Troubleshooting Info, Profile Folder, Open Directory (Win: 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 on how to create a css file (Firefox and TB)

Ler a resposta no contexto 👍 0

All Replies (8)

more options

Chosen Solution

This can be done with the following code:

*|*:root {
  --thread-pane-flag-fill: cyan !important;
  --thread-pane-flag-stroke: red !important;
}


http://forums.mozillazine.org/viewtopic.php?f=39&t=3114829&sid=ac131b23d8e65b2b46f3833ec91a50d6

Help/Troubleshooting Info, Profile Folder, Open Directory (Win: 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 on how to create a css file (Firefox and TB)

more options

Many thanks, that worked a treat using:

  • |*:root {
 --thread-pane-flag-fill: red !important;
 --thread-pane-flag-stroke: red !important;

}

Gave me just what I was looking for.

more options

To set the card background colour for starred messages:

tr[is="thread-card"][data-properties~="flagged"] .card-container{
  background-color: pink !important;
}
more options

Perfect! many thanks!!

more options

Thanks, is there a way to make the resize the star, or move it up ? I've squeezed my lines down, but the stars are now too low down, and a bit out of sync, so need shrinking and/or moving up ! Cheers Nigel

more options

NigelBrooks said

Thanks, is there a way to make the resize the star, or move it up ? I've squeezed my lines down, but the stars are now too low down, and a bit out of sync, so need shrinking and/or moving up ! Cheers Nigel

See https://support.mozilla.org/en-US/questions/1514040

more options

Excellent, thank you. The other issue I have, possibly a bug, is that having changed the size/font of the thread line in the list, when I click on a msg further down the list, it seem to miscalculate, and the selected one then scrolls (usually up), with even smaller fonts/spacing the newly selected item scrolls way up out of view ! Cheers Nigel

more options

NigelBrooks said

Excellent, thank you. The other issue I have, possibly a bug, is that having changed the size/font of the thread line in the list, when I click on a msg further down the list, it seem to miscalculate, and the selected one then scrolls (usually up), with even smaller fonts/spacing the newly selected item scrolls way up out of view ! Cheers Nigel

Since this is a separate issue, it's better to post it as a new topic. As a first step, run in safe/troubleshoot mode and see if the problem remains.