markers for field errors

This commit is contained in:
Crack
2010-06-21 16:24:34 +02:00
parent 3a8de5a716
commit 0dc5d2e2b1
5 changed files with 38 additions and 12 deletions

View File

@@ -319,6 +319,10 @@ span.checkbox {
border: 1px #EDEC90 solid;
}
.field-error {
border-color: #C11 !important;
}
input[type="text"], select, textarea {
border: 1px #A7A6AA solid;
}