Lidarr/frontend/src/Components/MonitorToggleButton.css

12 lines
179 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.toggleButton {
composes: button from '~Components/Link/IconButton.css';
2017-09-04 02:20:56 +00:00
padding: 0;
font-size: inherit;
}
2018-03-15 01:28:46 +00:00
.isDisabled {
2017-09-04 02:20:56 +00:00
color: $disabledColor;
cursor: not-allowed;
}