mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
FIX #150 transparent title bar
This commit is contained in:
parent
13186767e8
commit
bc200bfef6
1 changed files with 4 additions and 0 deletions
|
|
@ -140,6 +140,10 @@
|
|||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.main-trackList-trackListRowGrid {
|
||||
background-color: var(--spice-main);
|
||||
}
|
||||
|
||||
.main-trackList-trackListRow:hover {
|
||||
background-color: spiceColor("selected-row", 0.2) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue