1
0
Fork 0
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:
Qstick 2023-07-10 23:29:16 -05:00
parent e2647deea3
commit 5516d7e3cd

View file

@ -102,7 +102,7 @@ $hoverScale: 1.05;
position: relative;
display: block;
background-color: var(--defaultColor);
background-color: var(--black);
}
.monitorToggleButton {