Step 1 in fixing context menus for Windows
This commit is contained in:
parent
97f5f2f793
commit
512e4903b9
|
@ -33,6 +33,11 @@ menupopup menuseparator {
|
|||
padding: 0 !important;
|
||||
border-top: none !important;
|
||||
margin: 2px 6px 2px 6px !important;
|
||||
/* following added as a Windows fix,
|
||||
* thanks u/markdarkness! */
|
||||
-moz-appearance:none !important;
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
menupopup menu:hover, menuitem:hover {
|
||||
|
|
Loading…
Reference in New Issue