fix(ui) Improve player buttons in AMusic theme (#4797)
* fix(ui): improve the lyric button of the AMusic theme * fix(amusic): update styles for music player panel SVG and disabled button states Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
7ccf44b8ed
commit
42c85a18e2
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
const stylesheet = `
|
||||
.react-jinke-music-player-main .music-player-panel svg {
|
||||
color: #eee
|
||||
}
|
||||
.react-jinke-music-player-main .music-player-panel button:disabled svg {
|
||||
opacity: 0.3
|
||||
}
|
||||
.react-jinke-music-player-main svg:active, .react-jinke-music-player-main svg:hover {
|
||||
color: #D60017
|
||||
}
|
||||
|
|
@ -27,7 +33,6 @@ const stylesheet = `
|
|||
.react-jinke-music-player-main .audio-item.playing .player-singer {
|
||||
color: #ff4e6b !important
|
||||
}
|
||||
.react-jinke-music-player-main .lyric-btn,
|
||||
.react-jinke-music-player-main .lyric-btn-active svg{
|
||||
color: #ff4e6b !important
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue