-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Switch to -moz-window-titlebar? #11
Comments
Thanks for the heads up! I just tested with the Nightly version and your suggestions work perfectly. BTW It's also nice to see Firefox finally gets the macOS wallpaper window tint colors in as well — do you think there's a chance the tints will be applied globally across other UI background colors (URL toolbar, tab bg etc..) as well in the coming future? Would be nice if the tint color be accessible as CSS variable or as some other internal form so that colors can be mixed for use in UI. |
That'd be nice, but at least I'm not aware of a way of extracting the tint color for non-native usage like that. E.g., these colors are exposed via e.g. the |
Now that Firefox 126 has dropped any chance in getting these updates deployed? My tab bar is looking awfully opaque. :) |
Applied changes in 4a2a2b8 ! |
Hey, just a heads-up. I just realized that this is going to break with the changes in https://bugzilla.mozilla.org/show_bug.cgi?id=1891300 (because
appearance: menupopup
won't do what you want anymore unless you apply it to a popup).But:
browser.theme.macos.native-theme=true
).appearance: -moz-window-titlebar
. The default appearance uses the within-window appearance, but you can get behind-window blending withwidget.macos.titlebar-blend-mode.behind-window
(and a restart).Cheers,
The text was updated successfully, but these errors were encountered: