1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-02 18:57:03 -04:00
Files
Radarr/frontend/src/Components/MonitorToggleButton.css
2022-11-20 11:49:50 -06:00

12 lines
185 B
CSS

.toggleButton {
composes: button from '~Components/Link/IconButton.css';
padding: 0;
font-size: inherit;
}
.isDisabled {
color: var(--disabledColor);
cursor: not-allowed;
}