mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-14 04:01:04 +00:00
Hightlighting current playing song FIX #189
This commit is contained in:
parent
239033ad5e
commit
3edfc3fa6b
1 changed files with 5 additions and 1 deletions
|
|
@ -150,8 +150,12 @@
|
|||
background-color: var(--spice-main);
|
||||
}
|
||||
|
||||
.main-trackList-active {
|
||||
background-color: spiceColor("selected-row", 0.25) !important;
|
||||
}
|
||||
|
||||
.main-trackList-trackListRow:hover {
|
||||
background-color: spiceColor("selected-row", 0.2) !important;
|
||||
background-color: spiceColor("selected-row", 0.15) !important;
|
||||
}
|
||||
|
||||
.main-trackList-trackListRow:focus-within,
|
||||
|
|
|
|||
Loading…
Reference in a new issue