hi, I use this to change the icons for reload and stop button:
#reload-button {
list-style-image: url("../icons/reload.svg") !important;
}
#stop-button {
list-style-image: url("../icons/stop.svg") !important;
}
but when the icon start the animation the icons are bigger and cause a unwanted zoom, it’s possible to change the icons used in the animation?
thanks, I don’t know if I could be able to edit a svg animated, maybe I just delete that animation. ❤️🔥