From 81bbd62a3d4cd1e84016aae9eb54cb7cc1b7c060 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 25 Jan 2022 22:42:24 +0800 Subject: [PATCH] update --- src/other/firefox/WhiteSur/parts/headerbar-urlbar.css | 1 + src/other/firefox/WhiteSur/parts/tabsbar.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css b/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css index bd2a4324..50e4cfef 100644 --- a/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css +++ b/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css @@ -111,6 +111,7 @@ toolbarspring { min-height: 34px !important; min-width: 34px !important; margin: 0 !important; + border-radius: 0 !important; } .searchbar-engine-one-off-item:hover, .searchbar-engine-one-off-item[selected] { background: var(--gnome-button-hover-background) !important; diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index 61c59949..07a44119 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -247,7 +247,7 @@ tab[selected]:-moz-window-inactive { } /* Remove alt colours references for multi tabs*/ -.tabbrowser-tab[usercontextid]>.tab-stack>.tab-background>.tab-context-line { +.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line { display: none; }