Skip Navigation
Firefox Customs @fedia.io Godie @lemmy.world

help to change the icons used in the animation: reload-stop button.

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?

2
2 comments