From 2b31ea0a82b56ea09ca5fb062ffceff55a927d57 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Sun, 16 Jun 2024 12:26:31 +0200 Subject: [PATCH] Hide forward-button as well --- users/jalr/modules/firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/jalr/modules/firefox/userChrome.css b/users/jalr/modules/firefox/userChrome.css index 291b8f8..889027a 100644 --- a/users/jalr/modules/firefox/userChrome.css +++ b/users/jalr/modules/firefox/userChrome.css @@ -239,7 +239,7 @@ url(chrome://browser/content/browser.xhtml) { } /* Hide back & forward buttons */ - toolbarbutton#back-button { + toolbarbutton#back-button, toolbarbutton#forward-button { display: none; } }