Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

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

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

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

Change Remote content warning bar color

  • 2 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 11 προβολές
  • Τελευταία απάντηση από stefano.dalloglio

more options

Thunderbird 102.11.0 (64-bit) on Windows 7 High-Contrast mode.

I've followed this article https://support.mozilla.org/en-US/que.../1347930 but the hurting yellow background color in the bar not change. How to do ?

Thanks, Stefano

Thunderbird 102.11.0 (64-bit) on Windows 7 High-Contrast mode. I've followed this article [https://support.mozilla.org/en-US/questions/1347930] but the hurting yellow background color in the bar not change. How to do ? Thanks, Stefano
Συνημμένα στιγμιότυπα

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

The following code works here in TB 102/W10:

@namespace html url("http://www.w3.org/1999/xhtml");
html|div.container.infobar[role="alert"] {
  background-color: pink !important;
}

Help/Troubleshooting, 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 color as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

https://www.userchrome.org/download-userchrome-css.html

Προβολή απάντησης εντός συζήτησης 👍 1

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

more options

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

The following code works here in TB 102/W10:

@namespace html url("http://www.w3.org/1999/xhtml");
html|div.container.infobar[role="alert"] {
  background-color: pink !important;
}

Help/Troubleshooting, 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 color as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

https://www.userchrome.org/download-userchrome-css.html

more options

Thank you sfhowes, my problem was the "toolkit.legacyUserProfileCustomizations.stylesheets" false.

Best, Stefano