7 lines
No EOL
229 B
CSS
7 lines
No EOL
229 B
CSS
/* 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} |