為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

In TB45.4, inbox, the rows are not alternate colors as in previous versions. Is there a way to bring that back or highlight the space between the rows.

  • 2 回覆
  • 2 有這個問題
  • 12 次檢視
  • 最近回覆由 Mike H.

more options

Inbox rows/lines were alternating background color... normal, then color, then normal, then color. Like the OLD fan feed paper alternating background color bar every 5 or 10 rows... Makes it easy for us old folks to follow along a line if info and keep from drifting up or down a line/row.

Inbox rows/lines were alternating background color... normal, then color, then normal, then color. Like the OLD fan feed paper alternating background color bar every 5 or 10 rows... Makes it easy for us old folks to follow along a line if info and keep from drifting up or down a line/row.

被選擇的解決方法

You can probably search for an Appearance Theme that does this, but I quickly found another way to do this.

Create or edit a userChrome.css file.

First find your Thunderbird Profile Folder: Thunderbird Menu: Help: Troubleshooting Information

Under Application Basics, beside Profile Folder, click the "Show Folder" button.

A Windows Explorer window will open to your Thunderbird Profile folder.

Is there folder there called "chrome"? If not, create one.

If there is already a file there called userChrome.css, good. If not, then right-click an open area where the list of files are shown, and choose New, and Notepad document. Type in the name of the file userChrome.css. Text case is important here, so the "C" should be capitalized, but not the rest.

Open the userChrome.css file in Notepad (or another plain text editor), and put in the file the following:

    #threadTree treechildren::-moz-tree-row(odd) {
       -moz-appearance: none !important;
       background-color: rgb(232,232,232) !important; }

Save the file and close Notepad.

Restart Thunderbird.

Now you will see alternating rows in your folders, white and light grey.

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

所有回覆 (2)

more options

選擇的解決方法

You can probably search for an Appearance Theme that does this, but I quickly found another way to do this.

Create or edit a userChrome.css file.

First find your Thunderbird Profile Folder: Thunderbird Menu: Help: Troubleshooting Information

Under Application Basics, beside Profile Folder, click the "Show Folder" button.

A Windows Explorer window will open to your Thunderbird Profile folder.

Is there folder there called "chrome"? If not, create one.

If there is already a file there called userChrome.css, good. If not, then right-click an open area where the list of files are shown, and choose New, and Notepad document. Type in the name of the file userChrome.css. Text case is important here, so the "C" should be capitalized, but not the rest.

Open the userChrome.css file in Notepad (or another plain text editor), and put in the file the following:

    #threadTree treechildren::-moz-tree-row(odd) {
       -moz-appearance: none !important;
       background-color: rgb(232,232,232) !important; }

Save the file and close Notepad.

Restart Thunderbird.

Now you will see alternating rows in your folders, white and light grey.

more options

Thank you Bruce, a great help for tired old eyes