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

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

parent c427ab89
No related merge requests found
......@@ -142,7 +142,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.
Please register or to comment