From 1ac058cfb84df9e93f6836179bdfce7d5cba4b5e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 27 Oct 2019 10:41:18 +0200 Subject: [PATCH] Set menupopup background with shorthand to remove potential background-image --- chrome/dark_context_menus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/dark_context_menus.css b/chrome/dark_context_menus.css index 1fd29be..d524e5f 100644 --- a/chrome/dark_context_menus.css +++ b/chrome/dark_context_menus.css @@ -33,7 +33,7 @@ menupopup:not(#BMB_bookmarksPopup), #context-navigation{ color: var(--uc-menu-color) !important; padding: 2px; - background-color: var(--uc-menu-bkgnd) !important; + background: var(--uc-menu-bkgnd) !important; border-color: var(--uc-menu-disabled) !important; }