Everything is suddenly more small; How I make lists of messages, and the messages themselves appear larger?

All got smaller during the night. When I open Thunderbird this morning, everything was in very small print. How can I make all adults?

Tip: install https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/

A little less than simple, but not dependent on an add-on: Add the following text to chrome/userChrome.css in your Thunderbird profile.

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/*
 * Make all the default font sizes 10 pt:
 */
* {
    font-size: 10pt !important;
 }

Everything you need to replace 10pt .

Tags: Thunderbird

Similar Questions

Maybe you are looking for

  • disappointed by the apple customer service

    Hello I didn't want my first post to be like this, but I had no choice! Nov. 2014 I bought my iPhone 6 and 16 gb and they gave me one year factory warranty. my phone started having a few problems in 10 months. August 2015 I went to the apple store an

  • Need driver PCI Device for Windows 7

    My laptop is HP Pavilion 17 17-e075sr. Hardware ID are: PCI\VEN_10EC & DEV_5229 & SUBSYS_1971103C & REV_01PCI\VEN_10EC & DEV_5229 & SUBSYS_1971103CPCI\VEN_10EC & DEV_5229 & CC_FF0000PCI\VEN_10EC & DEV_5229 & CC_FF00

  • Local TV news sez DO NOT USE Windows Explorer for XP and Windows 7!

    Information TV local sez not to use Windows Explorer in Windows XP and Windows 7. Microsoft will provide you with a "Toolbox" as a temporary solution. There is problem that a 'hacker' can support my computer through Microsoft Windows Explorer. Is a C

  • Plug a second monitor using a VGA to a USB adapter, Windows 7

    I am trying to connect an old monitor to my desktop computer all-in-one HP, but is of the old VGA monitor that is the block with 2 screws on each side.  So I bought a VGA cable of the USB adapter, because neither my office or my old monitor have AVI

  • uiapp starting from Ribbon and bb app menu

    Hi I'm new here - apologies if it's a clear message I have a developed gui application and work - typical boot sequence - MyApp extends UIApplication and the MyApp main() method creates a new instance of the app and call app.enterEventDisplatcher ();