zvuc / firefox-macos-native-tabbar

macOS Native-looking Translucent Tabbar for Firefox
MIT License
152 stars 8 forks source link

Switch to -moz-window-titlebar? #11

Closed emilio closed 3 months ago

emilio commented 5 months ago

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:

Cheers,

zvuc commented 5 months ago

Thanks for the heads up! I just tested with the Nightly version and your suggestions work perfectly. When these changes from Nightly get to the Release version I'll be sure to update the stylesheet as you suggested.

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.

emilio commented 5 months ago

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 Window system color, but they don't include tinting when you read the colors out afaict.

bdusen commented 3 months ago

Now that Firefox 126 has dropped any chance in getting these updates deployed? My tab bar is looking awfully opaque. :)

zvuc commented 3 months ago

Applied changes in 4a2a2b81cc48233ceba1c7e52819b70baccb0bb6 ! Thanks! :)