Step 1 in fixing context menus for Windows

This commit is contained in:
overdodactyl 2017-12-04 22:15:36 -07:00
parent 97f5f2f793
commit 512e4903b9
1 changed files with 6 additions and 1 deletions

View File

@ -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 {