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

Got blur working on ff88+ #68

Open
PoSayDone opened this issue Apr 23, 2022 · 1 comment
Open

Got blur working on ff88+ #68

PoSayDone opened this issue Apr 23, 2022 · 1 comment

Comments

@PoSayDone
Copy link

Hi! I've got theme working with blur.
I've imported window-transparencies.css to userChrome.css from this theme and got blur working properly!

@oezingle
Copy link

Works great for me in AwesomeWM and KDE.

I've isolated the rule that enables tranparency down to this:

#navigator-toolbox {
	background: var(--bf-navbar-bg) !important;
	border: none !important;
}

I switched --bct-w-nav-bg with --bf-navbar-bg so as to use the active blurredfox theme.

It looks like the url bar color can somewhat be recovered by removing all the -moz-lwtheme-darktext and:-moz-lwtheme-brighttext tags from parts/urlbar.css, and then removing all the resulting duplicate rules. It's not the same color as what's in the original screenshots, but the url bar is definitely slightly different.

I'm still missing blur on the recommended url thing that pops up when you click the url bar. If anyone has a fix for that I would be ecstatic.

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