mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
Initial Commit Rework
This commit is contained in:
13
frontend/src/Components/MonitorToggleButton.css
Normal file
13
frontend/src/Components/MonitorToggleButton.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user