mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
new file
This commit is contained in:
parent
c2b6e57c34
commit
45f5dc2d68
1 changed files with 7 additions and 0 deletions
7
chrome/disable_newtab_on_middle_click.css
Normal file
7
chrome/disable_newtab_on_middle_click.css
Normal file
|
@ -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…
Reference in a new issue