Created
May 6, 2022 15:45
-
-
Save erm3nda/7fa7a59a0a0da1be7cfacb8d897fd486 to your computer and use it in GitHub Desktop.
Fix Firefox window buttons decoration with css (because gtk themed)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hbox.titlebar-buttonbox { | |
appearance: none !important; | |
} | |
toolbarbutton.titlebar-button { | |
border-radius: 0px !important; | |
min-height: 45px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No longer working since Firefox decided that userChrome.css slow downs Firefox.
Now, Firefox is more like they want, and less like I want. Thank you Firefox for erasing the option to not suck at UI.