summaryrefslogtreecommitdiff
path: root/.librewolf/wh4whddw.default-default/chrome/userChrome.css
blob: 0be1534cc703eee82772213772d8be50bfc0038c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Squash tab bar to 1px tall and hide the tabs */
#TabsToolbar {
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
}
#TabsToolbar .tabbrowser-tab {
    display: none !important;
}
#tabbrowser-tabs { visibility: collapse !important; }

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
/*
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
*/
/*
 * Hide tab bar, navigation bar and scrollbars
 * !important may be added to force override, but not necessary
 * #content is not necessary to hide scroll bars
 */
/*
#TabsToolbar {visibility: collapse;}
#navigator-toolbox {visibility: collapse;}
browser {margin-right: -14px; margin-bottom: -14px;}
*/