From f95a384b0f2716ee466e508119335a9eae87372c Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 30 May 2024 01:26:19 +0200 Subject: [PATCH] Hide back & forward buttons --- users/jalr/modules/firefox/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/jalr/modules/firefox/userChrome.css b/users/jalr/modules/firefox/userChrome.css index 21743cf..291b8f8 100644 --- a/users/jalr/modules/firefox/userChrome.css +++ b/users/jalr/modules/firefox/userChrome.css @@ -237,4 +237,9 @@ url(chrome://browser/content/browser.xhtml) { #urlbar-input::placeholder { color: transparent; } + + /* Hide back & forward buttons */ + toolbarbutton#back-button { + display: none; + } }