diff --git a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css index 4f92b87..7f61736 100644 --- a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css +++ b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css @@ -1,5 +1,8 @@ -#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar { - visibility: collapse; +#navigator-toolbox:not(:hover, :focus, :active) { + #toolbar-menubar[inactive="true"] ~ #TabsToolbar, + #titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar { + visibility: collapse; + } } #nav-bar * {