firefox: Add userChrome.css to hide some elements
This commit is contained in:
16
.config/firefox/chrome/userChrome.css
Normal file
16
.config/firefox/chrome/userChrome.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user