Radarr/frontend/src/Components/MonitorToggleButton.css

12 lines
179 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.toggleButton {
composes: button from '~Components/Link/IconButton.css';
2018-11-23 07:04:42 +00:00
padding: 0;
font-size: inherit;
}
.isDisabled {
color: $disabledColor;
cursor: not-allowed;
}