diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index f998761b..3d94e963 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -87,3 +87,7 @@ toolbar > * { #unified-extensions-button .toolbarbutton-icon { list-style-image: url("chrome://global/skin/icons/arrow-right.svg") !important; } + +#alltabs-button { + display: none !important; +}