From 683bdce1adf3e3789113338ba3224a021f5d17f8 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 9 Jun 2021 16:34:09 +0300 Subject: [PATCH] don't set toolbar-bgcolor to transparent when moving tabs --- chrome/non_floating_sharp_tabs.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index efe8668..f33774b 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -29,6 +29,8 @@ See the above repository for updates as well as full license text. */ #TabsToolbar{ --toolbarbutton-inner-padding: 7px !important; +} +#navigator-toolbox:not([movingtab]) > #titlebar > #TabsToolbar{ --toolbar-bgcolor: transparent; }