You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Form/PathInput.css

19 lines
291 B

.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;
}