summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
index 55bf9484..526f3078 100644
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
+++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
@@ -6,8 +6,8 @@ I choose to use vw because after resize to a smaller window, the navigation bar
I choose a lower vw to give more room to tabs. */
#navigator-toolbox { --uc-navigationbar-width: 30vw !important; }
-/* hide history back and forward-button */
-#back-button, #forward-button { display: none !important; }
+/* hide history back, forward-button, and ^ alltabs-button */
+#back-button, #forward-button, #alltabs-button { display: none !important; }
/* hide minimize, restore, and close button when in full screen mode */
#minimize-button, #restore-button, #close-button { display: none !important; }