Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

New border around notification popup

  • 3 respostas
  • 0 têm este problema
  • 10 visualizações
  • Última resposta por DWinOK

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.
Capturas de ecrã anexadas

Todas as respostas (3)

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

Útil?

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.

Útil?

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;

}

Modificado por DWinOK a

Útil?

Colocar questão

Deve iniciar a sessão com a sua conta para responder às mensagens. Por favor, comece uma nova pergunta, se ainda não tiver uma conta.