From c67462da45941ed2efff6cc6c259ab98a80108d5 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 14 Aug 2021 21:48:32 +0900 Subject: [PATCH] Fix: Book toolbar menu - Remove shadow again #136 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 82b34a2..def33da 100644 --- a/userChrome.css +++ b/userChrome.css @@ -281,7 +281,7 @@ } /* Fallback background */ - menupopup:not(.cui-widget-panel.cui-widget-panelview, [context="placesContext"]) { + menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) { background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; }