Hide back & forward buttons

This commit is contained in:
Jakob Lechner 2024-05-30 01:26:19 +02:00
parent 24a054658c
commit f95a384b0f

View file

@ -237,4 +237,9 @@ url(chrome://browser/content/browser.xhtml) {
#urlbar-input::placeholder {
color: transparent;
}
/* Hide back & forward buttons */
toolbarbutton#back-button {
display: none;
}
}