mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Initial Commit Rework
This commit is contained in:
19
frontend/src/Components/Form/TextInput.css
Normal file
19
frontend/src/Components/Form/TextInput.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.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';
|
||||
}
|
||||
Reference in New Issue
Block a user