mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
8 lines
166 B
CSS
8 lines
166 B
CSS
.advancedSettings {
|
|
composes: toolbarButton from 'Components/Page/Toolbar/PageToolbarButton.css';
|
|
}
|
|
|
|
.advancedSettingsEnabled {
|
|
color: $toobarButtonHoverColor;
|
|
}
|