Improve the password error message color on the 'Change Password' page.

pull/3/head
Harshal Dhumal 2016-05-10 12:47:46 +05:30 committed by Ashesh Vashi
parent dd7bde5ab8
commit baae12dfcc
1 changed files with 4 additions and 0 deletions

View File

@ -1101,3 +1101,7 @@ button.pg-alertify-button {
div.backform_control_notes label.control-label {
min-width: 0px;
}
form[name="change_password_form"] .help-block {
color: #A94442 !important;
}