Sonarr/frontend/src/Components/Form/PathInput.css

19 lines
291 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;
}