Lidarr/frontend/src/Components/Form/TextInput.css

20 lines
320 B
CSS
Raw Normal View History

.input {
2017-09-04 02:20:56 +00:00
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';
}