fix context menu on Windows / Proton
This commit is contained in:
parent
d40c891858
commit
eb173e0ad7
1 changed files with 4 additions and 1 deletions
|
@ -143,7 +143,8 @@ menupopup menuseparator {
|
||||||
margin: 4px 0 !important;
|
margin: 4px 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
height: 1px !important;
|
height: 1px !important;
|
||||||
background: currentColor !important;
|
background: none !important;
|
||||||
|
border-top: 1px solid currentColor !important;
|
||||||
opacity: .15 !important;
|
opacity: .15 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -274,6 +275,7 @@ menulist>menupopup>menuitem[selected="true"]::before {
|
||||||
#context-navigation {
|
#context-navigation {
|
||||||
background: 0 !important;
|
background: 0 !important;
|
||||||
margin: 0 2px !important;
|
margin: 0 2px !important;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#context-navigation .menuitem-iconic {
|
#context-navigation .menuitem-iconic {
|
||||||
|
@ -281,6 +283,7 @@ menulist>menupopup>menuitem[selected="true"]::before {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 2px !important;
|
margin: 0 2px !important;
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
|
-moz-box-pack: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#context-navigation .menu-iconic-left {
|
#context-navigation .menu-iconic-left {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue