- Patch #15328 by Goba: add error marker border for textareas
parent
20b0e9d05d
commit
e92ed71379
|
|
@ -139,7 +139,7 @@ tr.light .form-item, tr.dark .form-item {
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.form-item input.error {
|
.form-item input.error, .form-item textarea.error {
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
}
|
}
|
||||||
.form-item .description {
|
.form-item .description {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue