Skip to content
Snippets Groups Projects
Commit e92ed713 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 20b0e9d0
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment