Pesquisar no apoio

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

How can Thunderbird 128 display the subject line with different font colors based on tags?

  • 5 respostas
  • 3 têm este problema
  • Última resposta por dswitzer1

more options

Hi

In Thunderbird version 128, the table view displays the subject line with different font colors based on tags, as shown in the example below.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-16-08-b0bfa9.png

I’ve seen at Thunderbird's release notes that Thunderbird supports displaying different font colors based on tags in the card view, as shown in the example below.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-28-44-d4881a.png

However, in my card view, the subject is displayed in white font, and only the tag label is highlighted, as shown in the example below.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-20-48-f841b4.png

I would like to know if the card view in 128.0.1esr (64-bit) on Windows 11 has the capability to display the subject line with different font colors based on tags. If it does, could you please advise on how to configure it?

Hi In Thunderbird version 128, the table view displays the subject line with different font colors based on tags, as shown in the example below. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-16-08-b0bfa9.png I’ve seen at Thunderbird's release notes that Thunderbird supports displaying different font colors based on tags in the card view, as shown in the example below. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-28-44-d4881a.png However, in my card view, the subject is displayed in white font, and only the tag label is highlighted, as shown in the example below. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-07-20-48-f841b4.png I would like to know if the card view in 128.0.1esr (64-bit) on Windows 11 has the capability to display the subject line with different font colors based on tags. If it does, could you please advise on how to configure it?
Capturas de ecrã anexadas

Solução escolhida

The following code works in 128 (see picture):

#threadTree[rows="thread-card"] .card-container {
    color: var(--tag-color);
}

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

Online css generator

video on how to create a css file (Firefox and TB)

Did you toggle the stylesheets preference?

Ler esta resposta no contexto 👍 6

Todas as respostas (5)

more options

Útil?

more options

Hi,

Thank you for the advice. However, I’ve tried the following steps, but they haven't had any effect.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-07-30-08-25-51-d117af.png

Could you please provide further advice?

Modificado por charlee.ch a

Útil?

more options

Solução escolhida

The following code works in 128 (see picture):

#threadTree[rows="thread-card"] .card-container {
    color: var(--tag-color);
}

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

Online css generator

video on how to create a css file (Firefox and TB)

Did you toggle the stylesheets preference?

Útil?

more options

Thank you for your advice. After toggling the `toolkit.legacyUserProfileCustomizations.stylesheets` to `true`, the configuration takes effect properly.

Útil?

more options

This was extremely useful!

I wanted only the subject text to be highlighted, so I ended up using:

#threadTree[rows="thread-card"] .card-container .thread-card-subject-container {
   color: var(--tag-color);

}

Modificado por dswitzer1 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.