mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-11 13:15:20 +00: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:
parent
0a9dc75cd0
commit
f2f3486636
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user