From 0bb237a39e2b31629c28ef823a093269ae75291e Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 25 Nov 2021 15:50:26 +0900 Subject: [PATCH] Fix: Context Menu - Border around at linux #259 --- userChrome.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userChrome.css b/userChrome.css index 9227b54..931a370 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1014,11 +1014,11 @@ If this value is used, unset is required in the default theme. */ } - } - /* Fallback background */ - menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) { - background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; + /* Fallback background */ + menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) { + background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; + } } /* Default theme color preservation */