Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜尋 Mozilla 技術支援網站

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

了解更多

Thunderbird 68 Remove Alternativing Odd Even Colors

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 sfhowes

more options

I have a custom background color and after updating to Thunderbird 68 the odd line backgrounds became white and so it became stripped... very annoying. It took me a while to figure out how to fix this to a solid background. Here is my solution:

In Thunderbird:

   Help > Troubleshooting Information
   click on 'Open folder' button 

a new window opens showing the contents of your Profile folder.

   Close Thunderbird now - this is important. 
   Create new folder and call it chrome note the spelling - use a lower case 'c' It should be in the same place as the 'Mail' folder. 
   open Notepad
   Copy and paste the below code.  Tweak to suit your needs.
   Save document.

<< start below >>

/* Global UI font */

  • { font-size: 9pt !important;
 font-family: Verdana !important;

}

  1. folderTree {background-color: #f0fdfa !important;}
  2. threadTree {background-color: #f0fdfa !important;}
  1. threadTree treechildren::-moz-tree-row(odd) {
      background-color: #f0fdfa !important;}
  1. threadTree treechildren::-moz-tree-row(selected, focus) {
      background-color: Highlight !important;

}

  1. folderTree treechildren::-moz-tree-row(odd) {
      background-color: #f0fdfa !important;
      color: #000 !important;}
  1. folderTree treechildren::-moz-tree-row(selected, focus) {
      background-color: Highlight !important;

}

<< end above >>

I have a custom background color and after updating to Thunderbird 68 the odd line backgrounds became white and so it became stripped... very annoying. It took me a while to figure out how to fix this to a solid background. Here is my solution: In Thunderbird: Help > Troubleshooting Information click on 'Open folder' button a new window opens showing the contents of your Profile folder. Close Thunderbird now - this is important. Create new folder and call it chrome note the spelling - use a lower case 'c' It should be in the same place as the 'Mail' folder. open Notepad Copy and paste the below code. Tweak to suit your needs. Save document. << start below >> /* Global UI font */ * { font-size: 9pt !important; font-family: Verdana !important; } #folderTree {background-color: #f0fdfa !important;} #threadTree {background-color: #f0fdfa !important;} #threadTree treechildren::-moz-tree-row(odd) { background-color: #f0fdfa !important;} #threadTree treechildren::-moz-tree-row(selected, focus) { background-color: Highlight !important; } #folderTree treechildren::-moz-tree-row(odd) { background-color: #f0fdfa !important; color: #000 !important;} #folderTree treechildren::-moz-tree-row(selected, focus) { background-color: Highlight !important; } << end above >>

被選擇的解決方法

Do you have the RemiderFox add-on? It causes stripes in the Threads Pane on TB 68.

從原來的回覆中察看解決方案 👍 1

所有回覆 (3)

more options

選擇的解決方法

Do you have the RemiderFox add-on? It causes stripes in the Threads Pane on TB 68.

more options

You are correct. It's ReminderFox causing the problem. There are also other serious issues with ReminderFox and the FireFox 68 update so I went back to a FireFox 60.x version and everything is as it should be. Thank you for the information!

由 Trishah 於 修改

more options

The ReminderFox author says that it's not compatible with TB 68. mailmindr is a similar add-on that is compatible with 68.