Hide back & forward buttons
This commit is contained in:
parent
24a054658c
commit
f95a384b0f
1 changed files with 5 additions and 0 deletions
|
|
@ -237,4 +237,9 @@ url(chrome://browser/content/browser.xhtml) {
|
|||
#urlbar-input::placeholder {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
/* Hide back & forward buttons */
|
||||
toolbarbutton#back-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue