This commit is contained in:
2018-07-09 17:44:16 +00:00
parent 267aa882a1
commit 3d2e30f78b
5 changed files with 73 additions and 9 deletions

View File

@@ -35,3 +35,11 @@ body {
display: none;
}
}
.field-validation-error{
color: red;
}
.validation-summary-errors{
color: red;
}