aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/firefox/chrome/userChrome.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/etc/firefox/chrome/userChrome.css')
-rw-r--r--.local/etc/firefox/chrome/userChrome.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/.local/etc/firefox/chrome/userChrome.css b/.local/etc/firefox/chrome/userChrome.css
deleted file mode 100644
index 4ca192f..0000000
--- a/.local/etc/firefox/chrome/userChrome.css
+++ /dev/null
@@ -1,11 +0,0 @@
-@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;
-}