firefox-minima icon indicating copy to clipboard operation
firefox-minima copied to clipboard

Tab bar is fully transparent since the latest FF release.

Open notarq opened this issue 1 year ago • 3 comments

Screenshot

Screenshot-with-navbar-focus

I tried using opacity:1 !important on some .tabbrowser-tab selectors, but to no success.

Any pointers would be appreciated.

notarq avatar Nov 01 '23 19:11 notarq

The workaround that worked for me

#titlebar {
	background-color: #solid-color !important;
}

notarq avatar Nov 01 '23 22:11 notarq

Hmm, I can't reproduce it on my setup. Could you tell me what OS and what Firefox Edition (Standard/Developer/Nightly) you're running? Maybe I can find a way to reproduce it

rockofox avatar Nov 01 '23 22:11 rockofox

OS: Debian 12 Package: FF 119.0 (flatpak)

I don't think I have made any other modification, no user.js

Reproducible on fresh FF profile though.

Cheers and thanks! :+1:

notarq avatar Nov 01 '23 22:11 notarq