Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Highlight color in table view - how to change color or text color when email is hilighted?

  • 1 Antwort
  • 0 haben dieses Problem
  • 101 Aufrufe
  • Letzte Antwort von sfhowes

Using Thunderbird, when updated to version 148 (64 bit) the highlighted color is dark and does not contrast to the text color (black) so it is hard to read. How to change the color? or the color of the text?

Using Thunderbird, when updated to version 148 (64 bit) the highlighted color is dark and does not contrast to the text color (black) so it is hard to read. How to change the color? or the color of the text?

Alle Antworten (1)

The row background and text colours can be set with css (see picture):

/* row bg, text colours for selected messages table view*/
tr[is="thread-row"].selected {
  color: white !important;
  background-color: red !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: How to create a css file (Firefox or TB)

There is similar code for cards view.

Geändert am von sfhowes

Stellen Sie eine Frage

Sie müssen sich mit Ihrem Benutzerkonto anmelden, um auf Beiträge zu antworten. Bitte stellen Sie eine neue Frage, wenn Sie noch kein Benutzerkonto haben.