From 6db42b8b0adee69c208c581c548e60f858cc6603 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Mon, 17 Jan 2022 01:44:58 +0900 Subject: [PATCH] Fix: Mac - Prevent transparent tabbar at fullscreen hover #312 --- userChrome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userChrome.css b/userChrome.css index 4f66cf4..4f663e4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -802,6 +802,9 @@ menu[disabled="true"] { --button-active-bgcolor: var(--mac-hover-bgcolor); --toolbarbutton-hover-background: var(--mac-hover-bgcolor); --toolbarbutton-active-background: var(--mac-hover-bgcolor); + + /* Prevent transparent tabbar at fullscreen hover #312 */ + background: var(--mac-bgcolor); } :root[lwt-default-theme-in-dark-mode] #urlbar {