changed border color for error input
This commit is contained in:
parent
b256199d82
commit
4179d622aa
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,6 @@ a.unlink:hover {
|
|||
.has-error.checkbox label,
|
||||
.has-error.radio-inline label,
|
||||
.has-error.checkbox-inline label,
|
||||
.has-error .form-control,
|
||||
.has-error .form-control-feedback,
|
||||
.alert-danger,
|
||||
.list-group-item-danger,
|
||||
|
@ -770,6 +769,7 @@ a.list-group-item-danger:focus,
|
|||
.panel-danger > .panel-heading {
|
||||
color: #eb4d5c;
|
||||
}
|
||||
.has-error .form-control,
|
||||
.has-error .input-group-addon {
|
||||
color: #eb4d5c;
|
||||
border-color: #eb4d5c;
|
||||
|
|
Loading…
Reference in a new issue