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

Nowadays the icon is drawn as background-image, not list-style-image
pull/352/head
MrOtherGuy 7 months ago
parent f821134c4a
commit fc7b95c037

@ -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;
}

Loading…
Cancel
Save