mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 10:45:44 +01:00
9 lines
172 B
CSS
9 lines
172 B
CSS
.monitorToggleButton {
|
|
composes: toggleButton from '~Components/MonitorToggleButton.css';
|
|
|
|
width: 15px;
|
|
|
|
&:hover {
|
|
color: var(--iconButtonHoverLightColor);
|
|
}
|
|
}
|