From 9207cd5b40fe64b31f422f57b130e66cc4f72d87 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 2 Nov 2018 19:26:37 +0100 Subject: [PATCH] renamed userChrome.css --- .../chrome/{userChrome.css => hiddenUserChrome.css} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename .config/mozilla/firefox/chrome/{userChrome.css => hiddenUserChrome.css} (85%) diff --git a/.config/mozilla/firefox/chrome/userChrome.css b/.config/mozilla/firefox/chrome/hiddenUserChrome.css similarity index 85% rename from .config/mozilla/firefox/chrome/userChrome.css rename to .config/mozilla/firefox/chrome/hiddenUserChrome.css index b80b3d2..3e73599 100644 --- a/.config/mozilla/firefox/chrome/userChrome.css +++ b/.config/mozilla/firefox/chrome/hiddenUserChrome.css @@ -3,18 +3,22 @@ } /* Thanks to @Speravir for making it work again in the latest versions. */ +/* #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] { visibility: collapse; -} +}*/ -#navigator-toolbox[first-visible-tab="true"][last-visible-tab="true"] { - visibility: collapse; } + +#navigator-toolbox{ + visibility: collapse !important; } /* I don't use tabs so I just hide the new tab button. You should be able to use a similar trick as the rule above with css siblings selectors if you want to keep it when the tab bar is visible. */ +/* #tabbrowser-tabs .tabs-newtab-button { visibility: collapse !important; } +*/ #tabbrowser-tabs tab { min-height: var(--tab-min-height)