Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Color line on tabs now missing with FF91

  • 5 antwurd
  • 1 hat dit probleem
  • 18 werjeftes
  • Lêste antwurd fan mobilesuit

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?

Keazen oplossing

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!

Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (5)

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

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

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.

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;
}

Keazen oplossing

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!