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 {