Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Thunderbird 69.x ruins dark themes - Can thunderbird have an internal custom color theme and avoid the need for addonds that break with every update?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από sfhowes

more options

Thunderbird 69.x ruins dark themes - Can thunderbird have an internal custom color theme and avoid the need for addonds that break with every update? The image shows a preferred color theme that no longer works. How can a custom color be added for new messages in a folder?

Thunderbird 69.x ruins dark themes - Can thunderbird have an internal custom color theme and avoid the need for addonds that break with every update? The image shows a preferred color theme that no longer works. How can a custom color be added for new messages in a folder?
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

Are you referring to TB 60.9.1? There is no v. 69 release. With TB 60 or 68 or any other version, the color of folders with new messages can be set with this userChrome.css: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


/* Change the color of folders with unread messages */ treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {color: red !important;}

There is a Dark Theme for TB 60 and higher under Tools/Add-ons/Themes.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Are there any dark themes that work with 69.x?

more options

Επιλεγμένη λύση

Are you referring to TB 60.9.1? There is no v. 69 release. With TB 60 or 68 or any other version, the color of folders with new messages can be set with this userChrome.css: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


/* Change the color of folders with unread messages */ treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {color: red !important;}

There is a Dark Theme for TB 60 and higher under Tools/Add-ons/Themes.