pull/61/head
MrOtherGuy 5 years ago
parent c2b6e57c34
commit 45f5dc2d68

@ -0,0 +1,7 @@
/* Prevents middle-clicking in empty area in tabs toolbar from opening new tabs */
#tabbrowser-arrowscrollbox{pointer-events: none}
.tabbrowser-tab,
#scrollbutton-up,
#scrollbutton-down,
#tabs-newtab-button{pointer-events: auto}
Loading…
Cancel
Save