mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use a static PNG image for paused indicator
This commit is contained in:
parent
f24e299881
commit
781b0858cb
3 changed files with 1 additions and 1 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue