mirror of
https://github.com/Radarr/Radarr
synced 2025-12-26 02:03:53 +01:00
11 lines
185 B
CSS
11 lines
185 B
CSS
.toggleButton {
|
|
composes: button from '~Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.isDisabled {
|
|
color: var(--disabledColor);
|
|
cursor: not-allowed;
|
|
}
|