Deine .svg-Icons haben kein fill-opacity.
Richtig, aber das wird ja im CSS nachgeholt!
CSS
background-image: url("${ProfileDirectory}/Chevron-up_orange.svg") !important;
-moz-context-properties: fill, fill-opacity;
fill: ${cs_scrollbar_arrows_hover_color} !important;
fill-opacity: 1 !important;
}
Es macht mir kirre, dass es auf dem einen Rechner richtig funktioniert und auf dem anderen nicht!
Was mich noch mehr irritiert, im alten Skript welches für den FF bis 142 war/ist, gab/gibt es dieses Problem nicht!
Erst ab Firefox 143 und dem neuen Skript treten diese Probleme auf.
Ich werde mal eine abgespeckte Version schreiben, ohne den Firlefanz und den ganzen Einstellungen.