Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

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 により に変更されました

役に立ちましたか?

質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。