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;