Radarr/frontend/src/Components/Form/TextInput.css
2017-09-05 23:00:26 -04:00

19 lines
319 B
CSS

.text {
composes: input from 'Components/Form/Input.css';
}
.readOnly {
background-color: #eee;
}
.hasError {
composes: hasError from 'Components/Form/Input.css';
}
.hasWarning {
composes: hasWarning from 'Components/Form/Input.css';
}
.hasButton {
composes: hasButton from 'Components/Form/Input.css';
}