Highlight fields with validation error (#32764).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19495 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-02-04 14:30:30 +00:00
parent 0a9dc75cd0
commit f2f3486636

View File

@@ -809,6 +809,14 @@ label.block {
width: auto;
}
.tabular label.error {
color: #bb0000;
}
.tabular label.error + * {
border: 1px solid #bb0000;
}
label.no-css {
font-weight: inherit;
float:none;