Use a static PNG image for paused indicator

This commit is contained in:
Vincent Lark 2023-10-20 19:23:12 +02:00 committed by Bill Thornton
parent f24e299881
commit 781b0858cb
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

View file

@ -453,7 +453,7 @@
}
.playlistIndexIndicatorImage.playlistIndexIndicatorPausedImage {
background-image: url(../../assets/img/equalizer-paused.gif) !important;
background-image: url(../../assets/img/equalizer-paused.png) !important;
}
.hideVideoButtons .videoButton {