Fix scrollbar colour for Dark/ExtraDark theme. Fixes #1216
This commit is contained in:
parent
b16d473d4c
commit
4ea0f235e1
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ module.exports = `
|
|||
background-color: #5f5fc4
|
||||
}
|
||||
|
||||
.react-jinke-music-player-main ::-webkit-scrollbar-thumb {
|
||||
background-color: #5f5fc4;
|
||||
}
|
||||
|
||||
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle:active {
|
||||
box-shadow: 0 0 2px #5f5fc4
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue