Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ
このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。
解決済み アーカイブに保管済み

Thunderbird header pane color change

fhutt

I am running Windows 11 with Thunderbird V144 and the Windows Classic theme. I find the background colors of the Message List Pane and the Message Pane almost the same as background of the Header pane. I would like to change the background color of the Header Pane so that it stands out more. I looked on the internet and found some solutions to most other Header Pane features but not the background color. Most of those solutions were additions to the userChrome.css file that appear not to work on V144.

I would appreciate some help with this.

I am running Windows 11 with Thunderbird V144 and the Windows Classic theme. I find the background colors of the Message List Pane and the Message Pane almost the same as background of the Header pane. I would like to change the background color of the Header Pane so that it stands out more. I looked on the internet and found some solutions to most other Header Pane features but not the background color. Most of those solutions were additions to the userChrome.css file that appear not to work on V144. I would appreciate some help with this.

すべての返信 (2)

選ばれた解決策

Add this to userChrome.css (see pictures):

#threadPaneHeaderBar{background-color: lightblue !important;}

#messageHeader{background-color: lightgreen !important;}

Thank you so much sfhowes. Just what I was looking for.