From 1a7397066f66d7738e62e53ae150489c53b2262e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 3 Nov 2024 00:28:26 +0800 Subject: [PATCH] Update popups.css --- src/other/firefox/common/parts/popups.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/other/firefox/common/parts/popups.css b/src/other/firefox/common/parts/popups.css index aa004c21..d79eaa34 100644 --- a/src/other/firefox/common/parts/popups.css +++ b/src/other/firefox/common/parts/popups.css @@ -26,6 +26,10 @@ menupopup { --panel-shadow: var(--gnome-popover-shadow), 0 0 0 1px var(--gnome-menu-border-color) !important; } +.cui-widget-panelview[id^="PanelUI-webext-"] { + border-radius: 6px !important; +} + .panel-arrowcontent { border: none !important; }