Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

No background colour on subject, from, date etc headers in Thunderbird inbox

  • 4 respostas
  • 1 tem este problema
  • 3 visualizações
  • Última resposta de Dimwit49

more options

I recently upgraded to TB 68.9.0. The colours that used to be the background for headers in the inbox view (subject, from, date etc.) have disappeared. Without these, I find the headers look like the email messages below. I have downloaded the Account Colors add-on, but I can’t see how this might solve the problem – not sure how to operate this add-on. Any guidance to get the coloured background for the inbox message headers back will be much appreciated.

I recently upgraded to TB 68.9.0. The colours that used to be the background for headers in the inbox view (subject, from, date etc.) have disappeared. Without these, I find the headers look like the email messages below. I have downloaded the Account Colors add-on, but I can’t see how this might solve the problem – not sure how to operate this add-on. Any guidance to get the coloured background for the inbox message headers back will be much appreciated.

Solução escolhida

I don't think there are any restrictions imposed by TB - use any colors defined here. Note that I only included code for the most common columns; a full list is here.

Ler esta resposta 👍 0

Todas as respostas (4)

more options

The colors of the column buttons in the Threads Pane can be set with a userChrome.css file:

#subjectCol{background-color:yellow !important; -moz-appearance: none ! important;}
#dateCol{background-color:yellow !important; -moz-appearance: none ! important;}
#senderCol{background-color:yellow !important; -moz-appearance: none ! important;}
#correspondentCol{background-color:lightgrey !important; -moz-appearance: none ! important;}
#recipientCol{background-color:yellow !important; -moz-appearance: none ! important;}
#sizeCol{background-color:yellow !important; -moz-appearance: none ! important;}
#attachmentCol{background-color:lightgrey !important; -moz-appearance: none ! important;}

Help/Troubleshooting, click Open Folder, close TB, create a new subfolder named chrome, and in chrome create a userChrome.css file with a text editor. Copy the code from above into the css file, then restart TB. The buttons can have the same color or alternate colors as in the attached picture.

Alterado por sfhowes em

more options

Many thanks. Playing with the code made me very wary as I am no computer boffin. I tried it once, did not work, maybe I put the Chrome folder in the wrong place. Tried it again and it worked! Then I made a new css file to replace your original which allowed me to change the header colours from yellow to light blue. Well done sfhowes. Other users may benefit from this too.

Does TB have a list of standard colours we can choose from?

more options

Solução escolhida

I don't think there are any restrictions imposed by TB - use any colors defined here. Note that I only included code for the most common columns; a full list is here.

more options

Knowing this is a real bonus. Many thanks again.