Fix windows menu style
This commit is contained in:
parent
c8d49e76e5
commit
28f4857592
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
<svg width="4" height="4" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<circle cx="2" cy="2" r="2" fill="context-fill" fill-opacity="context-fill-opacity"/>
|
<circle cx="8" cy="8" r="2" fill="context-fill" fill-opacity="context-fill-opacity"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 189 B |
|
@ -12,6 +12,9 @@ menupopup {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
&[_moz-menuactive="true"] {
|
||||||
|
background: var(--fill-quinary);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
menu {
|
menu {
|
||||||
menupopup {
|
menupopup {
|
||||||
|
@ -36,7 +39,5 @@ menupopup {
|
||||||
@media (-moz-windows-non-native-menus) {
|
@media (-moz-windows-non-native-menus) {
|
||||||
menuitem:is([checked="true"]):is([type="radio"]) > .menu-iconic-left {
|
menuitem:is([checked="true"]):is([type="radio"]) > .menu-iconic-left {
|
||||||
list-style-image: url("chrome://zotero/skin/win/menu-radio.svg");
|
list-style-image: url("chrome://zotero/skin/win/menu-radio.svg");
|
||||||
width: 4px;
|
|
||||||
height: 4px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue