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