搜索 | 用户支持

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

Learn More

Thunderbird 91.4.0 64 bit - change background colors

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

more options

I am on windows 10 an need to alter the back ground colors of the various panes in Thunderbird, folder pane etc

I am visually impaired so the glaring white background has to go

I have read various posts about changing a usrerChrome.css file.. file is stored here

D:\Program Files\Mozilla Thunderbird\chrome

The lines I am using are

/* Background color CSS for mail list */ treechildren::-moz-tree-row(odd) {

border: 1px solid transparent !important;
background-color: #FFFF99 !important;
min-height: 18px !important;
height: 1.3em !important;

}

after doing this, nothing happens.. I then realized the thread I got this from was from 2007...

since I am on version 91.4.0, how do I change background colors?

I have looked in the various menus for color options, but no joy...

I am on windows 10 an need to alter the back ground colors of the various panes in Thunderbird, folder pane etc I am visually impaired so the glaring white background has to go I have read various posts about changing a usrerChrome.css file.. file is stored here D:\Program Files\Mozilla Thunderbird\chrome The lines I am using are /* Background color CSS for mail list */ treechildren::-moz-tree-row(odd) { border: 1px solid transparent !important; background-color: #FFFF99 !important; min-height: 18px !important; height: 1.3em !important; } after doing this, nothing happens.. I then realized the thread I got this from was from 2007... since I am on version 91.4.0, how do I change background colors? I have looked in the various menus for color options, but no joy...

被采纳的解决方案

It's at the bottom of Preferences/General, or type editor in the search box.

定位到答案原位置 👍 0

所有回复 (3)

more options

Here is a css to change the background color of the Threads and Folder panes:

#folderTree,
#threadTree
{
  background-color: lightgrey !important;
  color: black !important;
}


Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.

The css file must be in the chrome subfolder of the profile folder.

由sfhowes于修改

more options

I got the first part done but cannot find

Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config.

I find Preferences/General but nothing that says Config

more options

选择的解决方案

It's at the bottom of Preferences/General, or type editor in the search box.