mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 21:07:44 +03:00
Fix scrollbar colour for Dark/ExtraDark theme. Fixes #1216
This commit is contained in:
parent
b16d473d4c
commit
4ea0f235e1
@ -8,6 +8,10 @@ module.exports = `
|
|||||||
background-color: #5f5fc4
|
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 {
|
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle:active {
|
||||||
box-shadow: 0 0 2px #5f5fc4
|
box-shadow: 0 0 2px #5f5fc4
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user