From dcfa6c3cb47b6a6a1c54427190c90d06d632b064 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 25 Jul 2024 00:46:29 +0800 Subject: [PATCH] update --- src/other/firefox/WhiteSur/parts/toolbox.css | 8 ++++++++ src/other/firefox/common/parts/headerbar.css | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/src/other/firefox/WhiteSur/parts/toolbox.css index a2c64011..24e406ec 100644 --- a/src/other/firefox/WhiteSur/parts/toolbox.css +++ b/src/other/firefox/WhiteSur/parts/toolbox.css @@ -18,6 +18,14 @@ fill: var(--gnome-toolbar-color); } +toolbar .toolbarbutton-1 { + > .toolbarbutton-icon, + > .toolbarbutton-text, + > .toolbarbutton-badge-stack { + border-radius: 0 !important; + } +} + #nav-bar, #PersonalToolbar, #toolbar-menubar, .notificationbox-stack { border: 0 !important; color: var(--gnome-toolbar-color); diff --git a/src/other/firefox/common/parts/headerbar.css b/src/other/firefox/common/parts/headerbar.css index f4cc64b0..85feb879 100644 --- a/src/other/firefox/common/parts/headerbar.css +++ b/src/other/firefox/common/parts/headerbar.css @@ -33,9 +33,9 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 { background: none !important; } -#nav-bar .toolbaritem-combined-buttons { +#nav-bar .toolbaritem-combined-buttons:not(.unified-extensions-item) { padding: 0 !important; - margin: 0 !important; + margin: 0 2px !important; border-radius: 8px !important; background: var(--gnome-headerbar-button-combined-background) !important; }