1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-15 21:05:43 -04:00
Files
Sonarr/frontend/src/Components/Form/PathInput.css
2024-11-26 17:37:21 -08:00

23 lines
377 B
CSS

.hasFileBrowser {
composes: input from '~./AutoSuggestInput.css';
composes: hasButton from '~Components/Form/Input.css';
}
.inputWrapper {
display: flex;
}
.pathMatch {
font-weight: bold;
}
.fileBrowserButton {
composes: button from '~./FormInputButton.css';
height: 35px;
}
.fileBrowserMiddleButton {
composes: middleButton from '~./FormInputButton.css';
}