From a224cfe004400a2099498d4fe9f4fce7275fde49 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 17 Jun 2021 22:26:07 +0800 Subject: [PATCH] Fixed #308 --- src/other/firefox/Monterey/parts/tabsbar.css | 5 +---- src/other/firefox/Monterey/parts/toolbox.css | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index d05eff16..fa3664cf 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -13,7 +13,6 @@ .tab-background { border: none !important; box-shadow: none !important; - transition: all 200ms !important; border-radius: 8px !important; height: 32px !important; min-height: 32px !important; @@ -22,11 +21,9 @@ background-image: none !important; } -.tab-content { -} - .tab-background:not([selected=true]) { background: var(--gnome-tabbar-tab-background) !important; + transition: background 200ms !important; } .tab-background:not([selected=true]):-moz-window-inactive { diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 7463bad7..a8ac30f1 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -6,12 +6,12 @@ * - add-ons can add their own toolbars (toolbar) */ /* buttons on left headerbar */ -@import "left_header_button_5.css"; +@import "left_header_button_3.css"; /*@import "left_header_button_4.css";*/ /*@import "left_header_button_5.css";*/ /* buttons on right headerbar */ -@import "right_header_button_5.css"; +@import "right_header_button_3.css"; /*@import "right_header_button_4.css";*/ /*@import "right_header_button_5.css";*/