FSN#39587 Voorlopige verbetering foutmeldingen ongeldige clientside input

svn path=/Website/trunk/; revision=33573
This commit is contained in:
2017-04-24 10:18:23 +00:00
parent 3f5aaaeaba
commit 1ba6437383
4 changed files with 60 additions and 28 deletions

View File

@@ -2086,6 +2086,18 @@ input.fldflexC.bad,
input.fldflexC50.bad {
background-color: #ffb0b0;
}
input.bad,
input[type=text].bad {
background-color: #ffb0b0;
}
span.bad {
display: block;
font-weight: bold;
color: red;
}
input[type=text].nomatch {
background-color: #FEB0B0;
}