fix tab scroll buttons
This commit is contained in:
parent
e0fbdb4006
commit
5c9abd3dd9
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
||||||
|
|
||||||
.tabbrowser-tab,
|
.tabbrowser-tab,
|
||||||
#TabsToolbar-customization-target > :not(#tabbrowser-tabs),
|
#TabsToolbar-customization-target > :not(#tabbrowser-tabs),
|
||||||
#TabsToolbar #tabs-newtab-button
|
#TabsToolbar #tabs-newtab-button,
|
||||||
|
/* no ::part workaround - may have side effects */
|
||||||
|
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
|
||||||
|
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)
|
||||||
{
|
{
|
||||||
margin-top: 2px !important;
|
margin-top: 2px !important;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue