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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Color line on tabs now missing with FF91

  • 5 uphendule
  • 1 inale nkinga
  • 34 views
  • Igcine ukuphendulwa ngu mobilesuit

more options

I am now unable to apply the container color line on top or at the bottom of the tabs using the userChrome.css file. Any help?

I am now unable to apply the container color line on top or at the bottom of the tabs using the userChrome.css file. Any help?

Isisombululo esikhethiwe

cor-el said

In Firefox 91+ you can no longer disable Proton via "browser.proton.enabled = false" on the about:config page. Best is to leave browser.proton.enabled at its default true value as the false setting can cause issues. This code still works for me.
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
	background-color: var(--identity-icon-color) !important;
	margin: 0 0 !important;
}

Whoa! It worked, though I had to first remove the script displaying color line at the bottom of the icon.

Thanks!

Funda le mpendulo ngokuhambisana nalesi sihloko 👍 0

All Replies (5)

more options

Only found a script for color line at icon's bottom.

more options

I have seen posts about container colour lines on Reddit, on the firefox or FirefoxCSS sub or both.

more options

TerryN21 said

I have seen posts about container colour lines on Reddit, on the firefox or FirefoxCSS sub or both.

Been using the popular one/s before FF91. Now rendered ineffective.

more options

In Firefox 91+ you can no longer disable Proton via "browser.proton.enabled = false" on the about:config page. Best is to leave browser.proton.enabled at its default true value as the false setting can cause issues.

This code still works for me.

.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
	background-color: var(--identity-icon-color) !important;
	margin: 0 0 !important;
}

more options

Isisombululo Esikhethiwe

cor-el said

In Firefox 91+ you can no longer disable Proton via "browser.proton.enabled = false" on the about:config page. Best is to leave browser.proton.enabled at its default true value as the false setting can cause issues. This code still works for me.
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
	background-color: var(--identity-icon-color) !important;
	margin: 0 0 !important;
}

Whoa! It worked, though I had to first remove the script displaying color line at the bottom of the icon.

Thanks!