Remove gradient background from Firefox2’s tab bar

15/05/2007 22:01 | Firefox | 1 reply | 4670 views | RSS

Finally installed Firefox 2 on my machine (actually, installed both, Firefox 1 and 2) and immediately searched on how to remove that fugly gradient background of the tab bar. Too much depth there Mr. Ozilla!

Add this to your C:\Documents and Settings\selder\Application Data\Mozilla\Firefox\Profiles\abcd1234.default\chrome\userChrome.css file:

/* remove stupid gradient */
#browser tabs {
background-image: none !important;
}

There. No more headaches. Now on to search on how to remove the gradient of the tabs themselves, ugh.


  1. On 11 December 2008 at 04h33, anonymous wrote

    god bless you for this.