This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Colorize Inbox header??

  • 1 பதிலளி
  • 0 இந்த பிரச்னைகள் உள்ளது
  • Last reply by sfhowes

Is there any way to colorize the Unified inbox header (Subject, Correspondents, Date, etc). Would that be controlled by Thunderbird or Windows?

Is there any way to colorize the Unified inbox header (Subject, Correspondents, Date, etc). Would that be controlled by Thunderbird or Windows?

All Replies (1)

If you mean the Table View column buttons, they can be coloured with css (see picture):

/* table view column buttons */
#threadTree button {
  background-color: #87CEFA !important;
  font-weight: bold !important;
}

#threadTree button:hover { 
  background-color: coral !important;
  font-weight: bold !important;
}


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

Helpful?

கேள்வி எழுப்பு

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