Remove gradient background from Firefox2’s tab bar
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.
god bless you for this.