diff --git a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css index 7f61736..b6dd7f3 100644 --- a/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css +++ b/usr/share/webapp-manager/firefox/profile/chrome/userChrome.css @@ -1,14 +1,11 @@ #navigator-toolbox:not(:hover, :focus, :active) { - #toolbar-menubar[inactive="true"] ~ #TabsToolbar, - #titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar { - visibility: collapse; + #toolbar-menubar[inactive="true"] ~ #TabsToolbar { + visibility: collapse; + } + #toolbar-menubar[inactive="true"] ~ #nav-bar { + visibility: collapse !important; } } - -#nav-bar * { - visibility: visible !important; -} - #navigator-toolbox { border-bottom: none !important; }