Hide default firefox tabs
Not needed when using tree style tabs.
This commit is contained in:
parent
12815ebd0e
commit
43d8fab5bb
1 changed files with 4 additions and 0 deletions
4
.config/firefox-chrome-custom/userChrome.css
Normal file
4
.config/firefox-chrome-custom/userChrome.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* hides the native tabs */
|
||||
#TabsToolbar {
|
||||
visibility: collapse;
|
||||
}
|
Loading…
Add table
Reference in a new issue