Skip to content

Instantly share code, notes, and snippets.

@erm3nda
Created May 6, 2022 15:45
Show Gist options
  • Select an option

  • Save erm3nda/7fa7a59a0a0da1be7cfacb8d897fd486 to your computer and use it in GitHub Desktop.

Select an option

Save erm3nda/7fa7a59a0a0da1be7cfacb8d897fd486 to your computer and use it in GitHub Desktop.
Fix Firefox window buttons decoration with css (because gtk themed)
hbox.titlebar-buttonbox {
appearance: none !important;
}
toolbarbutton.titlebar-button {
border-radius: 0px !important;
min-height: 45px !important;
}
@erm3nda
Copy link
Copy Markdown
Author

erm3nda commented Apr 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment