Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

old and new messages difficult to distinguish

  • 4 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 TomTom345

more options

Hi,

I am using Thunderbird 115.8.1 on Linux Mint 21.3 with Cinnamon desktop.

I am having difficulties to spot new messages as they sometimes look very similar. Sometimes the message subject has blue color, but sometimes, it is only printed in bold and bold and regular letters look very similar with this font (see image).

I followed the steps in this post: https://support.mozilla.org/en-US/questions/1426183 However, this has absolutely no effect.

~/.thunderbird/k5v0nfyc.default-release/chrome$ cat userChrome.css /*

* Do not remove the @namespace line -- it's required for correct functioning
*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/* threads pane unread bg colour */

  1. threadTree tr[data-properties~="unread"] {background-color:pink !important;}


Thanks in advance for your help.

Hi, I am using Thunderbird 115.8.1 on Linux Mint 21.3 with Cinnamon desktop. I am having difficulties to spot new messages as they sometimes look very similar. Sometimes the message subject has blue color, but sometimes, it is only printed in bold and bold and regular letters look very similar with this font (see image). I followed the steps in this post: https://support.mozilla.org/en-US/questions/1426183 However, this has absolutely no effect. ~/.thunderbird/k5v0nfyc.default-release/chrome$ cat userChrome.css /* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ /* threads pane unread bg colour */ #threadTree tr[data-properties~="unread"] {background-color:pink !important;} Thanks in advance for your help.
附加的畫面擷圖

被選擇的解決方法

Okay, modify this as you desire:

/* ######  Set colour of unread in thread pane/message list */
#threadTree tbody [data-properties~="unread"] {
color: #0000ff !important; font-style: italic !important; font-weight: bold !important;
background-color: pink !important;
 }
從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

Place a # immediately to the left of threadtree and see if that works. And remove the 1.

有幫助嗎?

more options

There is in fact a hash. Apparently, the forum software replaces hashes with paragraph numbering.

有幫助嗎?

more options

選擇的解決方法

Okay, modify this as you desire:

/* ######  Set colour of unread in thread pane/message list */
#threadTree tbody [data-properties~="unread"] {
color: #0000ff !important; font-style: italic !important; font-weight: bold !important;
background-color: pink !important;
 }

有幫助嗎?

more options

Thanks. It is working now. Problem was that some Thunderbird processes keep running, when you close the application from the GUI.

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題