theme-store/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/chrome.css
2025-03-03 15:13:22 +00:00

8 lines
186 B
CSS

@-moz-document url-prefix("chrome:") {
#back-button, /* Hides the back button */
#forward-button /* Hides the forward button */
{
display: none !important;
}
}