Files
dotfiles/.config/firefox/chrome/userChrome.css

17 lines
281 B
CSS

/* Tab bar */
/* Hide tab scroll buttons */
toolbarbutton[id^="scrollbutton"] {
display: none !important;
}
/* Hide new-tab button */
toolbarbutton[id="new-tab-button"] {
display: none !important;
}
/* Hide tab close button */
.tab-close-button {
display: none !important;
}