Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Thunderbird Fonts too small

  • 1 odpověď
  • 2 mají tento problém
  • 10 zobrazení
  • Poslední odpověď od 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.

Všechny odpovědi (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.