- Patch #15328 by Goba: add error marker border for textareas

4.6.x
Dries Buytaert 2005-01-09 10:00:22 +00:00
parent 20b0e9d05d
commit e92ed71379
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ tr.light .form-item, tr.dark .form-item {
margin-bottom: 0em;
white-space: nowrap;
}
.form-item input.error {
.form-item input.error, .form-item textarea.error {
border: 2px solid red;
}
.form-item .description {