3 Tips To Make A Firefox Active Tab Stand Out From The Others

firefox active tabMost active Internet users are tab-fanatics. We have lots of active tabs open at a time and we are constantly looking for more ways to better manage and organize them. No wonder then that we have had so much tab-related advice shared so far, including learning how to organize your Firefox open tabs with Tab Groups as well as reading through many more tricks to to manage a TAB JAM.

But our tab advice is not solely focused on Firefox.  Why not try the 10 best extensions for Google Chrome tab management?  Or learn how to how to manage tabs in Opera like a pro.

Today we’re not really going to be talking about managing your tabs. It’s about making your browser more usable by making the active tab in Firefox stand out.

1. Make the Active Tab Bigger

firefox active tab

One way to make your active tab stand out is to make it wider, compared to inactive tabs in the background.

To get started, install the Stylish FireFox addon and then use this user style to increase the size of a currently active tab. You can select the size for an active tab while installing (the default tab size in FireFox is 100, so I have found that the biggest size -150 – works best with me).

Tip! You can also customize the minimum width of your Firefox tabs with this FireFox addon):

active tabs

Note that the user style will enlarge your current tab even if they are minimized by addons like “Faviconize tabs”.

2. Highlight The Font On The Active Tab

active tabs

Another fun tweak that doesn’t really interfere with your user experience is using your FireFox profile userChrome.css to somehow change the look of your active tab (in terms of color and font). Here’s a great guide on locating your Firefox profile folder under various OS types.

Active tab

After you’ve found your profile folder, open the folder /chrome, open your userChrome.css (or userChrome-example.css) and edit it to contain the following:

tab[selected="true"] {
color: blue !important;
}

tab {
-moz-appearance: none !important;
}

This code should color the font in the active tab in blue (unless there’s any addon installed that will interfere).

Now, save the file and re-start the browser.

You can also make the active tab font bold:

tab[selected="true"] {
color: blue !important;
font-weight:bold
}

tab {
-moz-appearance: none !important;
}

Active tab font bold

Playing with this code, you can color the whole active tab in a different color of course, but that was just too bright for me. I wanted something less intrusive.

3. Darken Inactive Tabs

firefox active tab

Here’s another user style to somehow fade the inactive tabs. Just have it installed (again, you’ll need Style addon installed for that) and you’ll see your inactive tabs much darker.

Bonus! Easily Close All Inactive Tabs

Close other tabs does not change your browser tab look in any way but it makes it much easier to control all *other* tabs around it with your keyboard. With it installed, you can close inactive tabs using the following four keyboard shortcuts:

  • CTRL+Shift+F3 closes all tabs on the left of the active one.
  • CTRL+Shift+F4 closes all tabs except the active one.
  • CTRL+Shift+F5 closes all tabs on the right of the active one.
  • CTRL+Shift+F6 closes all tabs with the same domain as the active one.

(use Command instead of CTRL if you are using MAC OS).

The addon supports grouped tabs (Firefox Panorama) and app tabs.

Do you have any other tips to make the active tab in Firefox stand out? Are you aware of similar tricks for other browsers? Please share them in the comments!


MakeUseOf Recommends

Ann Smarty

Ann Smarty is an SEO Consultant at seosmarty.com, Internet marketing blogger and active social media user. Please follow Ann on Twitter as seosmarty

The comments were closed because the article is more than 180 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

Hide 11 Comments

  • Neowin July 10, 2011
    0 likes

    I can’t found folder Chrome in profile

    | Like
  • Geoff July 10, 2011
    0 likes

    I use Tab Mix Plus and ColorfulTabs. They overlap a bit but this is how it works out – Tab Mix Plus to bold the selected tab text and ColorfulTabs to highlight the selected tab and fade others.

    | Like
    • Ann Smarty July 10, 2011
      0 likes

      Interesting. I never tried combining the two addons. Are there any other reasons you are using them both?

      | Like
      • Geoff July 10, 2011
        0 likes

        Actually now that you mention it, I don’t think Tab Mix Plus had tab color styling when I first started using it – it must have been way back in FF2 days. I guess I haven’t been paying enough attention to all the updates :p

        | Like
  • Anonymous July 10, 2011
    0 likes

    I would like something to show if the active tab is to the left or right of the ones that are currently visible so I know which way to scroll it to find it and the new tabs that will be opening.

    | Like
  • Manu July 10, 2011
    0 likes

    This is really good….

    | Like
  • irtigor July 11, 2011
    0 likes

    userChrome: http://pastebin.com/FWzy9rGD

    I usually read the name of the active tab in my top panel, so “just show the favicon” makes sense.

    | Like
  • Johnny_Reb July 13, 2011
    0 likes

    Tab Mix Plus is just enough for that and much more…without it I think I wouldn’t even use Firefox.  :)

    | Like
  • jaybee July 15, 2011
    0 likes

    I used to make tab background-color extra bright but since v4 it’s hidden behind the standard colour. Any way to remove that?

    | Like
    • Ann Smarty July 17, 2011
      0 likes

      Hey Jaybee, unfortunately, I wasn’t able to find the way in FireFox 4. Have you tried  Tab Mix Plus for that?

      | Like