From baae12dfcc84d09597ec89b62139ca751326e6a0 Mon Sep 17 00:00:00 2001 From: Harshal Dhumal Date: Tue, 10 May 2016 12:47:46 +0530 Subject: [PATCH] Improve the password error message color on the 'Change Password' page. --- web/pgadmin/static/css/overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 25318632b..00a982919 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -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; +} \ No newline at end of file