From 9d533c6025210b7709cdefdce54f1d4989fb4acb Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 18 Jun 2021 00:00:11 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/tabsbar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 48061af..efd8908 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -19,9 +19,12 @@ background-image: none !important; } +.tab-background { + transition: background 200ms !important; +} + .tab-background:not([selected=true]) { background: var(--gnome-tabbar-tab-background) !important; - } .tab-background:not([selected=true]):-moz-window-inactive {