Make menubar icons use currentColor
This commit is contained in:
parent
17cf052fb9
commit
747b8be43c
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
tree{
|
tree{
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox,
|
textbox,
|
||||||
richlistbox,
|
richlistbox,
|
||||||
treecol,
|
treecol,
|
||||||
|
@ -29,6 +30,9 @@
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menubar-left{ fill: currentColor; -moz-context-properties: fill; }
|
||||||
|
|
||||||
textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; }
|
textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; }
|
||||||
|
|
||||||
treecol:not([hideheader]){ height: 24px; }
|
treecol:not([hideheader]){ height: 24px; }
|
||||||
|
|
Loading…
Reference in a new issue