CSStab[first-visible-tab=true][last-visible-tab=true], tab[first-visible-tab=true][last-visible-tab=true] + #tabbrowser-arrowscrollbox-periphery{ display:none!important; } #tabbrowser-tabs, #tabbrowser-arrowscrollbox {min-height: 0 !important;}
Nun, nach dem Update auf Version 110 geht´s nicht mehr.
Du könntest sowas in der Art probieren ; evtl. brauchst du nicht alle Zeilen :
CSS
#tabbrowser-tabs, #tabbrowser-tabs arrowscrollbox, #TabsToolbar {
min-height: 0 !important;
}
.tabbrowser-tab:only-of-type,
.tabbrowser-tab:only-of-type + #tabbrowser-arrowscrollbox-periphery,
#private-browsing-indicator,
#private-browsing-indicator-with-label,
#tabbrowser-tabs:not([overflow="true"]) ~ #alltabs-button {
display: none !important;
}
Alles anzeigen
Die Attribute last/first-visible-tab gibt's nicht mehr .