mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user