Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

blue stripe on top of tab and different default theme color

more options

hello, So i have been using firefox 57 stable release for a hour and theres a blue stripe on top of the tab that is currently open. i switched to nightly and its still there. I don't know if its supposed to be there but it would mean alot if someone can tell me a way to remove it. also before firefox 57 got released ive been seeing screen shots of the tabs being white and in back of it being black. For me its a really bad looking light shade blue and white tabs. is there any ways to fix this?

hello, So i have been using firefox 57 stable release for a hour and theres a blue stripe on top of the tab that is currently open. i switched to nightly and its still there. I don't know if its supposed to be there but it would mean alot if someone can tell me a way to remove it. also before firefox 57 got released ive been seeing screen shots of the tabs being white and in back of it being black. For me its a really bad looking light shade blue and white tabs. is there any ways to fix this?

All Replies (1)

more options

Hi Mozilla_ColdWolf, regarding the tab color scheme, Firefox has three built-in options: Default, Light, or Dark. You could try these out on the Customize tab to see you can find a combination you like. See: Customize Firefox controls, buttons and toolbars.

Regarding the blue stripe on the active tab, that is normal. You can modify the color or make it transparent using a custom style rule in a userChrome.css file:

   .tab-line[selected="true"] {
     background-color: transparent !important;
   }

userChrome.css is an optional file that Firefox reads at startup and applies to the user interface. I recently posted a site with more information about userChrome.css if you haven't worked with it before: https://www.userchrome.org/