diff --git a/src/other/firefox/Monterey/parts/popups.css b/src/other/firefox/Monterey/parts/popups.css index 4e1ee20..52c97d9 100644 --- a/src/other/firefox/Monterey/parts/popups.css +++ b/src/other/firefox/Monterey/parts/popups.css @@ -14,6 +14,13 @@ menupopup { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important; } +#PlacesToolbar menupopup { + background: none !important; + padding: 1px 0 0 0 !important; + margin-top: 0 !important; + box-shadow: none !important; +} + menubar > menu > menupopup { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; diff --git a/src/other/firefox/WhiteSur/parts/popups.css b/src/other/firefox/WhiteSur/parts/popups.css index 4e1ee20..a69be84 100644 --- a/src/other/firefox/WhiteSur/parts/popups.css +++ b/src/other/firefox/WhiteSur/parts/popups.css @@ -8,12 +8,19 @@ menupopup { -moz-appearance: none !important; background: var(--gnome-menu-background) !important; border: 1px solid var(--gnome-menu-border-color) !important; - border-radius: 8px !important; + border-radius: 10px !important; padding: 6px 0 !important; color: var(--gnome-toolbar-color) !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important; } +#PlacesToolbar menupopup { + background: none !important; + padding: 1px 0 0 0 !important; + margin-top: 0 !important; + box-shadow: none !important; +} + menubar > menu > menupopup { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;