Issue #2764 fixed
This commit is contained in:
parent
7e4e979799
commit
1094307786
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=5c5ae91d95c2c0668124",
|
||||
"/css/ui.css": "/css/ui.css?id=b87eb840235219138c2c"
|
||||
"/css/ui.css": "/css/ui.css?id=676aac66854686c7def3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -665,12 +665,20 @@ h5 {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
&.has-error .control {
|
||||
border-color: $danger-color;
|
||||
&.has-error {
|
||||
.control {
|
||||
border-color: $danger-color;
|
||||
}
|
||||
|
||||
.control-error {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&.has-error .control-error {
|
||||
display: block;
|
||||
&.has-error.date, &.has-error.date {
|
||||
&::after {
|
||||
margin-top: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
&.price {
|
||||
|
|
|
|||
Loading…
Reference in New Issue