搜尋 Mozilla 技術支援網站

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

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.