mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
a49066b2f4
commit
0f23af615e
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue