Update placeholder text and color

This commit is contained in:
Manuel Bouza 2019-12-24 11:42:43 +01:00
parent 77653eff13
commit f787f88337
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@ input {
border-style: solid;
border-width: 1px;
min-height: 20px;
&::placeholder {
color: #ccc;
}
}
.text-muted {

View File

@ -128,7 +128,7 @@ class Form extends Component {
name="description"
onChange={onChange}
value={changeset.description}
placeholder="Beschreibung der Tätigkeit - mind. 3 Zeichen"
placeholder="Beschreibung der Tätigkeit optional"
maxLength={255}
rows={3}
onKeyDown={this.handleTextareaKeyDown}