From ae3892dc498ad986db56578b9553f2c437cf39d0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 4 Jun 2018 10:28:24 +0200 Subject: [PATCH] Added userChrome.css for firefox --- .mozilla/firefox/chrome/userChrome.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mozilla/firefox/chrome/userChrome.css diff --git a/.mozilla/firefox/chrome/userChrome.css b/.mozilla/firefox/chrome/userChrome.css new file mode 100644 index 0000000..b64c542 --- /dev/null +++ b/.mozilla/firefox/chrome/userChrome.css @@ -0,0 +1 @@ +#tabbrowser-tabs { visibility: collapse !important; }