euscanwww: The input of a field with errors is red

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-08-14 14:26:28 +02:00
parent 3ca42ce848
commit 99d97cc2a1
1 changed files with 4 additions and 0 deletions

View File

@ -238,3 +238,7 @@ textarea {
color: red;
list-style: none;
}
.errorlist + input {
border: 1px solid red;
}