From dac1af701dec6f27e8502c535687487f6fbd1b1e Mon Sep 17 00:00:00 2001 From: Moririn Date: Mon, 18 Sep 2023 16:46:57 +0100 Subject: [PATCH] Apply transparency to find and bookmarks bar --- chrome/components/window-transparencies.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/chrome/components/window-transparencies.css b/chrome/components/window-transparencies.css index 142b8bc..379ecf5 100644 --- a/chrome/components/window-transparencies.css +++ b/chrome/components/window-transparencies.css @@ -13,7 +13,7 @@ } /* navbar / tabbar / titlebar */ -#nav-bar { +#nav-bar, #TabsToolbar, #PersonalToolbar, findbar { background: transparent !important; border-color: transparent !important; } @@ -25,14 +25,6 @@ background: var(--bct-w-url-bg) !important; } -#TabsToolbar, #titlebar { - background: var(--bct-w-tab-bg) !important; - appearance: none; - -moz-appearance: none !important; - box-shadow: none !important; - border: none !important; -} - .tab-background[selected="true"] { background: var(--bct-w-tab-selected-bg) !important; }