Radarr/frontend/src/Movie/MovieCollectionLabel.css
Qstick 850bfdcf82 New: Native Theme Engine
Co-Authored-By: Zak Saunders <1936903+thezak48@users.noreply.github.com>
2022-11-20 11:49:50 -06:00

9 lines
172 B
CSS

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