Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

How do you remove the black emphasis bar on a tab using userChrome.css?

more options

I'm having trouble with this, and no one understands what I'm talking about. I've finally gotten userChrome.css to work (in that it puts the tabs below the search/URL bar), however, the thin black bar above the tab is really bothersome and frankly, awful-looking. It only occurs on tabs that I'm currently on, which I assume is a selection issue? What small piece of coding do I use to fix this problem?

note: the current userChrome.css is unchanged from the one here: https://www.userchrome.org/what-is-userchrome-css.html in this example, it'd be the blue bar above the Google tab.

I'm having trouble with this, and no one understands what I'm talking about. I've finally gotten userChrome.css to work (in that it puts the tabs below the search/URL bar), however, the thin black bar above the tab is really bothersome and frankly, awful-looking. It only occurs on tabs that I'm currently on, which I assume is a selection issue? What small piece of coding do I use to fix this problem? note: the current userChrome.css is unchanged from the one here: https://www.userchrome.org/what-is-userchrome-css.html in this example, it'd be the blue bar above the Google tab.
Bifogade skärmdumpar

Alla svar (1)

more options

Try adding this line to your userChrome.css file.

.tab-line { display: none !important; }