changed error message color

This commit is contained in:
Mondi Geetha 2017-07-02 18:34:17 +05:30
parent 0a2b2c815d
commit f48ea4714e

View file

@ -730,6 +730,9 @@ h6 {
margin: 0;
padding: 0;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
color: #eb4d5c;
}
.form-group {
margin: 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.3);