Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab bar is fully transparent since the latest FF release. #10

Open
notarq opened this issue Nov 1, 2023 · 3 comments
Open

Tab bar is fully transparent since the latest FF release. #10

notarq opened this issue Nov 1, 2023 · 3 comments

Comments

@notarq
Copy link

notarq commented Nov 1, 2023

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
Copy link
Author

notarq commented Nov 1, 2023

The workaround that worked for me

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

@rockofox
Copy link
Owner

rockofox commented Nov 1, 2023

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

@notarq
Copy link
Author

notarq commented Nov 1, 2023

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! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants