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!

搜索 | 用户支持

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

Learn More

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

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

more options

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

cannot understood the debug mode.

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2. cannot understood the debug mode.

所有回复 (1)

more options

By 'message pane', do you mean the content of messages in the Message Pane (F8), or the list of messages, Subject, From, Date etc. in the Threads Pane? For the latter, a typical css contains this code:

#threadTree > treechildren {
  font-size: 12pt !important;
  background-color: lightgrey !important;
  color: navy !important;
}

Help/More Troubleshooting, Profile Folder, Show in Finder, 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 and numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.