Skip to content

Commit

Permalink
fix colouring for windows context menus
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ committed May 17, 2022
1 parent feb08f3 commit b0a634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/global/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}

/* context menus */
@media (-moz-os-version: windows-win10) {
@media (-moz-windows-compositor) {
menupopup {
--panel-color: var(--arrowpanel-color) !important;
--panel-border-radius: 4px !important;
Expand Down

0 comments on commit b0a634a

Please sign in to comment.