das musste ich
Wenn es jetzt so funktioniert wie du es gerne wolltest![]()
Deine Variante aus #19 wirkt aber auch auf die Tableiste
Du hast recht, das habe ich nicht überprüft.
Ich musste das dann noch in die userChromeShadow eintragen.
CSS
#tabbrowser-arrowscrollbox, #pinned-tabs-container {
&::part(scrollbutton-up), &::part(scrollbutton-down) {
--arrowscrollbox-scrollicon-active-background-color: transparent !important;
fill: red !important;
background: lightgrey !important;
border: 1px solid grey !important;
border-radius: 5px !important;
height: 32px !important;
}
}
#tabbrowser-arrowscrollbox, #pinned-tabs-container {
&::part(scrollbutton-up):hover, &::part(scrollbutton-down):hover {
fill: blue !important;
background-color: yellow !important;
--arrowscrollbox-scrollicon-hover-background-color: transparent !important;
border: 1px solid red !important;
}
}
Alles anzeigen
Dann sieht es hier so aus:
Aber das FuchsFan zufrieden ist, teste ich auch nicht weiter.