Here is how to change the fonts used in the UI for Thunderbird and Firefox.

See:

Create a userChrome.css file:

  • in Thunderbird, create in ~/.thunderbird/<profile>/chrome/
  • in Firefox, create in ~/.mozilla/firefox/<profile>/chrome/

You may need to create the chrome directory in Thunderbird.

Example contents are at urls above. e.g. to set the global font size:

/* set default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
 * Set all the default font sizes:
 */
* {
  font-size: 11pt !important;
}
Oct 252004

The Problem

In the newer versions of Firefox (0.9.3), mouse buttons 6 and 7 are
bound to history forward and back. This is really inconvenient
when using a synaptics touchpad driver that generates those
buttons for horizontal scrolling across the bottom.

The fix

Found this via Google "firefox mousewheel horizscroll" at:

Go to about:config and change these settings:

mousewheel.horizscroll.withnokey.action => 0
mousewheel.horizscroll.withnokey.sysnumlines => true
© 2012 blog.pletcher.net Suffusion WordPress theme by Sayontan Sinha