From 9f0c29638cd8bc5a4c245db6515b05e928f76c4e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 6 Mar 2026 05:47:50 +0200 Subject: [PATCH] tabs below content: set opacity: 1 for tabs toolbar and make background inherited with important This fixess tabs toolbar being transparent under various scenarios --- chrome/tabs_below_content_v2.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/tabs_below_content_v2.css b/chrome/tabs_below_content_v2.css index 2722a4c..4d452e8 100644 --- a/chrome/tabs_below_content_v2.css +++ b/chrome/tabs_below_content_v2.css @@ -28,6 +28,8 @@ See the above repository for updates as well as full license text. */ #TabsToolbar{ grid-row: 10/11; background-attachment: scroll; + background: inherit !important; + opacity: 1 !important; } .browser-toolbar{ background: inherit;