Remove background-image from titlebar-button > image drawn by firefox

Nowadays the icon is drawn as background-image, not list-style-image
This commit is contained in:
MrOtherGuy
2024-03-24 07:30:32 +02:00
parent f821134c4a
commit fc7b95c037

View File

@@ -7,7 +7,9 @@ See the above repository for updates as well as full license text. */
list-style-image: none !important;
appearance: auto !important;
}
.titlebar-button > .toolbarbutton-icon{
background: none !important;
}
.titlebar-min {
-moz-default-appearance: -moz-window-button-minimize !important;
}