We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d45f33 commit 42b6d42Copy full SHA for 42b6d42
usr/share/webapp-manager/firefox/profile/chrome/userChrome.css
@@ -1,14 +1,11 @@
1
#navigator-toolbox:not(:hover, :focus, :active) {
2
- #toolbar-menubar[inactive="true"] ~ #TabsToolbar,
3
- #titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar {
4
- visibility: collapse;
+ #toolbar-menubar[inactive="true"] ~ #TabsToolbar {
+ visibility: collapse;
+ }
5
+ #toolbar-menubar[inactive="true"] ~ #nav-bar {
6
+ visibility: collapse !important;
7
}
8
-
-#nav-bar * {
9
- visibility: visible !important;
10
-}
11
12
#navigator-toolbox {
13
border-bottom: none !important;
14
0 commit comments