add firefox userchrome
This commit is contained in:
parent
36c1bfed25
commit
0c5a32f779
1 changed files with 7 additions and 0 deletions
7
firefox/userChrome.css
Normal file
7
firefox/userChrome.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
Loading…
Reference in a new issue