Update placeholder text and color
This commit is contained in:
parent
77653eff13
commit
f787f88337
@ -26,6 +26,10 @@ input {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
|
@ -128,7 +128,7 @@ class Form extends Component {
|
|||||||
name="description"
|
name="description"
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
value={changeset.description}
|
value={changeset.description}
|
||||||
placeholder="Beschreibung der Tätigkeit - mind. 3 Zeichen"
|
placeholder="Beschreibung der Tätigkeit – optional"
|
||||||
maxLength={255}
|
maxLength={255}
|
||||||
rows={3}
|
rows={3}
|
||||||
onKeyDown={this.handleTextareaKeyDown}
|
onKeyDown={this.handleTextareaKeyDown}
|
||||||
|
Loading…
Reference in New Issue
Block a user