搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 5 个回答
  • 6 人有此问题
  • 最后回复者为 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?
已附加屏幕截图

被采纳的解决方案

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?

定位到答案原位置 👍 7

所有回复 (5)

more options

有帮助吗?

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?

由charlee.ch于修改

有帮助吗?

more options

选择的解决方案

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?

有帮助吗?

more options

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

有帮助吗?

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);

}

由dswitzer1于修改

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题