1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 09:52:46 +01:00
Radarr/frontend/src/Movie/MovieCollection.css

10 lines
166 B
CSS

.monitorToggleButton {
composes: toggleButton from '~Components/MonitorToggleButton.css';
width: 15px;
&:hover {
color: $iconButtonHoverLightColor;
}
}