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

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

Learn More

Mismatched message pane backgrounds - how to fix?

  • 1 απάντηση
  • 0 έχουν αυτό το πρόβλημα
  • Τελευταία απάντηση από Matt

more options

I was able to change some of my message pane background by adding the following to the userContent.css file:

/* Thunderbird userContent.css */

@-moz-document url-prefix("imap:"),url-prefix("mailbox:"),url-prefix("news:") {

 body {
   background-color: #404552 !important;
 }

} @-moz-document url-prefix("about:blank?compose") {

 body {
   background-color: #404552 !important;
 }

}

I also tried adding the following to my userChrome.css file: /* Message pane */

  1. msgHeaderView {
 background-color: #404552 !important;

}

  1. messagePane {
 background-color: #404552 !important;

}

Why do I still get these two dark gray areas (see attached)? What css do I need to add to get them to be the lighter grey?

I was able to change some of my message pane background by adding the following to the userContent.css file: /* Thunderbird userContent.css */ @-moz-document url-prefix("imap:"),url-prefix("mailbox:"),url-prefix("news:") { body { background-color: #404552 !important; } } @-moz-document url-prefix("about:blank?compose") { body { background-color: #404552 !important; } } I also tried adding the following to my userChrome.css file: /* Message pane */ #msgHeaderView { background-color: #404552 !important; } #messagePane { background-color: #404552 !important; } Why do I still get these two dark gray areas (see attached)? What css do I need to add to get them to be the lighter grey?
Συνημμένα στιγμιότυπα

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

more options

You probably want your senders to stop specifying a background colour!

Χρήσιμο;

Υποβολή ερώτησης

Πρέπει να συνδεθείτε στον λογαριασμό σας για να απαντήσετε σε δημοσιεύσεις. Ξεκινήστε μια νέα ερώτηση εάν δεν διαθέτετε ακόμα λογαριασμό.