CSS code to change color of star in message header toolbar
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?
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.
video: How to create a css file (Firefox or TB)
See picture.