mirror of
https://github.com/Readarr/Readarr
synced 2026-04-11 15:33:23 +02:00
7 lines
166 B
CSS
7 lines
166 B
CSS
.advancedSettings {
|
|
composes: toolbarButton from 'Components/Page/Toolbar/PageToolbarButton.css';
|
|
}
|
|
|
|
.advancedSettingsEnabled {
|
|
color: $toobarButtonHoverColor;
|
|
}
|