mirror of
https://github.com/Radarr/Radarr
synced 2026-01-07 08:08:17 +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);
|
|
}
|
|
}
|