mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-12 18:42:31 +01:00
13 lines
241 B
CSS
13 lines
241 B
CSS
.toggleButton {
|
|
composes: button from 'Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.disabledButton {
|
|
composes: button from 'Components/Link/IconButton.css';
|
|
|
|
color: $disabledColor;
|
|
cursor: not-allowed;
|
|
}
|