add -moz-context-properties unconditionally to fallback window controls

Without it, the icons won't show up if one uses theme with background
image
This commit is contained in:
MrOtherGuy 2022-06-18 11:03:52 +03:00
parent a49066b2f4
commit 0f23af615e

View file

@ -5,6 +5,7 @@ See the above repository for updates as well as full license text. */
.titlebar-button{
background-color: transparent !important;
-moz-context-properties: stroke !important;
stroke: currentColor !important;
}
.titlebar-button:hover{ background-color: hsla(0,0%,100%,.32) !important }