Radarr/frontend/src/Movie/MovieCollectionLabel.css

10 lines
172 B
CSS

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