搜索 | 用户支持

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

详细了解

Thunderbird Fonts too small

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

more options

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

所有回复 (1)

more options

For the Threads and Folder Panes, use this code:

.tree-rows
{
  font-size: 16px !important;
}

For the Menu Bar and submenus:

/* Menu Bar font */
menubar > menu
{ font-size: 18pt !important;
}

/* Submenus and context menus font */
menupopup,popup {
    font-size: 12pt !important;
}

Help/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 numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.