搜索 | 用户支持

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

详细了解

Colour of header row in message pane, i.e Subject, Recipient etc.

  • 5 个回答
  • 1 人有此问题
  • 77 次查看
  • 最后回复者为 sfhowes

more options

Hi, I would like to highlight the column headers in the message pane, i.e Subject, Recipient, Date, Starred, Attachment etc.

I am running Thunderbird 78.14 for 64-bit in Linux Mint 20.3. I am using the Dark Fox 2.1 Theme.

I have previously succeeded in getting the headers coloured using this in my css file:

  1. threadCols > treecol {
 -moz-appearance: none !important;
 background-image: none !important;
 background-color: #0084D1 !important;
 color: white !important;

font-size:17px !important; font-weight:bold !important; height: 30px !important; }

However, now it suddenly does not work anymore. Can anybody help me troubleshoot what to do to get the colour back? Thanks. Haagen

Hi, I would like to highlight the column headers in the message pane, i.e Subject, Recipient, Date, Starred, Attachment etc. I am running Thunderbird 78.14 for 64-bit in Linux Mint 20.3. I am using the Dark Fox 2.1 Theme. I have previously succeeded in getting the headers coloured using this in my css file: #threadCols > treecol { -moz-appearance: none !important; background-image: none !important; background-color: #0084D1 !important; color: white !important; font-size:17px !important; font-weight:bold !important; height: 30px !important; } However, now it suddenly does not work anymore. Can anybody help me troubleshoot what to do to get the colour back? Thanks. Haagen

被采纳的解决方案

Unfortunately, there's no contact information for the add-on author. The add-on's xpi installer contains only the manifest.json file and an image.

If the userChrome doesn't work in the default TB theme, that suggests the problem lies with the operating system's theme or display settings.

定位到答案原位置 👍 0

所有回复 (5)

more options

See https://support.mozilla.org/en-US/questions/1362468

Make sure to change the preference in Config. editor.

more options

Hi,

Thanks.

The config is set to true and the coding suggested in the reference does not change the background color.

I have tried to split the statement to see what works and what doesn't.

1). # threadCols > treecol { font-size:17px !important; } - does not work 2). #threadCols > treecol { font-weight:bold !important; } - works 3). #threadcols > treecol { color: blue !important; } - works (see attached image) So what does not work is changing the background color and the font size.

I wonder if that has something to do with the use of the Dark Fox 2.1 theme.

Is there any way to check the coding of the Dark Fox theme to see if possible to change it there. Reason for asking is that the thread column row is actually light grey and not white as the message rows.

Haagen

more options

It's a probably a conflict with the Mint theme. In the attached picture, you can see it works in W10 with Dark Fox 2.1.

more options

OK. Thanks.

If that is the case, I believe there is very little I can do for now.

There is no possibility to open the Dar Fox 2.1 code page to see what it says?

Anyway, thanks for your help and effort.

Haagen

more options

选择的解决方案

Unfortunately, there's no contact information for the add-on author. The add-on's xpi installer contains only the manifest.json file and an image.

If the userChrome doesn't work in the default TB theme, that suggests the problem lies with the operating system's theme or display settings.