Use a static PNG image for paused indicator
This commit is contained in:
committed by
Bill Thornton
parent
f24e299881
commit
781b0858cb
Binary file not shown.
|
Before Width: | Height: | Size: 153 B |
BIN
src/assets/img/equalizer-paused.png
Normal file
BIN
src/assets/img/equalizer-paused.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 539 B |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user