Make Active Tab Wider
avatar

Simple tweak to make your active tab wider. Using ChromEdit add the following lines to your userChrome.css file:

/* Make the active tab wider */
#content tab[selected="true"] {
min-width: 200px !important;
}

Once you have added these lines, click Save, then Restart; your active tab will be wider than the inactive tabs when Firefox restarts. Notes: You can substitute any value for the ’200px’. This tweak works for Fx 2 & 3.

Tip Source: Eric Wendelin’s Blog

This entry was posted in Blogs, Firefox, Fx 2.0, Fx 3.0, Tips & Tweaks. Bookmark the permalink.

One Response to Make Active Tab Wider

  1. Yzerwing says:

    Is there gonna be an Add-on to do this? I dont like messing around with code.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>