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

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

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

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

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

New border around notification popup

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

more options

I have had my notification popup customized for a while now. With the recent TB updates, there is some new white(ish) border around the popup box. Can't for the life of me figure out how to eliminate or customize it to my liking. Does anybody have any insight as to which UserChrome CSS elements to apply to this? Thanks.

I have had my notification popup customized for a while now. With the recent TB updates, there is some new white(ish) border around the popup box. Can't for the life of me figure out how to eliminate or customize it to my liking. Does anybody have any insight as to which UserChrome CSS elements to apply to this? Thanks.
Συνημμένα στιγμιότυπα

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

more options

Gosh. Nobody has any thoughts or insight on this? Not even Mozilla?

more options

I don't see that on W11, but you appear to be using either a dark TB theme or a dark Windows or app default colour mode in Windows Settings.

more options

Nah. That's all done with CSS via the UserChrome.css file:

#newMailAlertNotification {
 border: 1px solid #505050 !important;
 border-radius: 8px !important;
 background-image: none !important;
 background-color: #080808 !important;
 color: #FFFFFF;

}

#alertBox {
 border: none !important;
 border-radius: 8px !important;
 background-image: none !important;
 background-color: #080808 !important;
 color: #FFFFFF !important;

}

#alertContainer {
 border: none !important;
 background-image: none !important;
 background-color: #080808 !important;
 border-radius: 8px !important;
 color: #FFFFFF !important;

}

#alertImageBox {
 background-image: none !important;
 background-color: #080808 !important;
 border-radius: 8px !important;
 padding: 0px;

}

Τροποποιήθηκε στις από τον/την DWinOK