commit 4931c14ba5f27e65b2154e9b3d51bda81d4cd0b7 parent f57f9f533b2a4c0e544fce1255c98c20869a4734 Author: Ashymad <czilukim@o2.pl> Date: Mon, 25 Sep 2017 10:02:19 +0200 added userChrome.css Diffstat:
| A | .mozilla/firefox/ozx21vj0.dev-edition-default/chrome/userChrome.css | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.mozilla/firefox/ozx21vj0.dev-edition-default/chrome/userChrome.css b/.mozilla/firefox/ozx21vj0.dev-edition-default/chrome/userChrome.css @@ -0,0 +1,9 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#TabsToolbar { + visibility: collapse; +} + +#sidebar-header { + display: none; +}