From a768ebe33d30e7e9799e0db74e04a400dfd6b186 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 4 Mar 2023 03:33:16 +0800 Subject: [PATCH] update --- src/other/firefox/chrome/Colloid/parts/popups.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/other/firefox/chrome/Colloid/parts/popups.css b/src/other/firefox/chrome/Colloid/parts/popups.css index c60f5e55..91a49be0 100644 --- a/src/other/firefox/chrome/Colloid/parts/popups.css +++ b/src/other/firefox/chrome/Colloid/parts/popups.css @@ -294,10 +294,20 @@ toolbarseparator, menuseparator { padding: 0 !important; margin: 6px 0 !important; } + #PlacesToolbar menupopup[placespopup="true"] menuseparator::before { border: 0 !important; } +toolbarbutton menupopup[placespopup] menuseparator { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +toolbarbutton menupopup[placespopup] menuseparator::before { + border-top: 0 !important; +} + toolbarseparator:not([orient="vertical"]), menupopup menuseparator { border-top: 1px solid var(--gnome-menu-separator-color) !important; margin: 6px 0 !important;