aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/firefox/chrome/userChrome.css
blob: 4ca192f3ab21ef68f3f91664766df670e9749735 (plain)
1
2
3
4
5
6
7
8
9
10
11
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* to hide the native tabs */
#TabsToolbar {
	visibility: collapse;
}

/* to hide the sidebar header */
#sidebar-header {
	visibility: collapse;
}