Last active
February 24, 2024 19:54
-
-
Save soulhotel/95828dea6f3f2a2a7fee365e1dfda1e6 to your computer and use it in GitHub Desktop.
minmaxclose buttons that will are movable and will fit your customization, firefox css
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
/* get extension */ | |
/* https://addons.mozilla.org/en-US/firefox/addon/close-minimize-and-maximize/ */ | |
/* this changes the icon for the extension to a simple X */ | |
#_c5cca7ac-6287-4706-b3a1-b91e9dc4932e_-BAP image{ | |
list-style-image: url("close.png") !important;} | |
/* remove your existing titlebar buttons */ | |
.titlebar-button, .titlebar-buttonbox-container {display: none !important;} /*JUST TAKE IT ALL OUT*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://addons.mozilla.org/en-US/firefox/user/18029308/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=addons-manager-user-profile-link (if you want to get the buttons individually just download them, no icon adjustment needed)