So sieht dein Code hier aus:
Mein endgültiger Code sieht jetzt so * aus und ergibt das ** Bild. ![]()
*
CSS
#tabbrowser-arrowscrollbox {
--custom-right-image: url("file:///H:/Profile/Firefox/Fx57-H-Default/chrome/icons/rechts.png");
--custom-left-image: url("file:///H:/Profile/Firefox/Fx57-H-Default/chrome/icons/links.png");
--custom-arrow-transform: scale(1) !important;
}
#scrollbutton-down > .toolbarbutton-icon {
list-style-image: var(--custom-right-image) !important;
transform: var(--custom-arrow-transform) !important;
}
#scrollbutton-up > .toolbarbutton-icon {
list-style-image: var(--custom-left-image) !important;
transform: var(--custom-arrow-transform) !important;
}
toolbarbutton#scrollbutton-up {
list-style-image: url("file:///H:/Profile/Firefox/Fx57-H-Default/chrome/icons/up-3.png") !important;
}
toolbarbutton#scrollbutton-down {
list-style-image: url("file:///H:/Profile/Firefox/Fx57-H-Default/chrome/icons/down-3.png") !important;
}
Alles anzeigen
**
--
An alle Helfer richte ich ein ganz großes Dankeschön.
![]()
