mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 13:57:02 +00:00
Fixed: Fade out on hover of collection movies in dark mode
This commit is contained in:
parent
e2647deea3
commit
5516d7e3cd
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ $hoverScale: 1.05;
|
|||
|
||||
position: relative;
|
||||
display: block;
|
||||
background-color: var(--defaultColor);
|
||||
background-color: var(--black);
|
||||
}
|
||||
|
||||
.monitorToggleButton {
|
||||
|
|
Loading…
Reference in a new issue