Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

受信メール一覧のフォントサイズの変更

  • 1 reply
  • 1 has this problem
  • 15 views
  • Last reply by sfhowes

more options

受信メール一覧のフォントサイズの変更の方法を知りたい

受信メール一覧のフォントサイズの変更の方法を知りたい

All Replies (1)

more options

u07578 said

I want to know how to change the font size in the list of incoming messages.

This can be done with a userChrome.css file with this code:

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