From 78b366d26db62025b48834d28852a1961ffb7136 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Wed, 29 Jan 2020 16:12:56 +0300 Subject: [PATCH] error color updated --- public/css/akaunting-color.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/akaunting-color.css b/public/css/akaunting-color.css index 0b092ebf3..0e84daa48 100644 --- a/public/css/akaunting-color.css +++ b/public/css/akaunting-color.css @@ -2002,7 +2002,7 @@ button.bg-green:focus { div.required .form-control-label:not(span):after, td.required:after { content: ' *'; - color: #e74c3c; + color: #ef3232; font-weight: bold; } /*--Required Sign Color Finish--*/ @@ -2010,14 +2010,14 @@ div.required .form-control-label:not(span):after, td.required:after /*--Input Error Border Color--*/ .form-group.has-error .form-control, .form-group.has-error .input-group-merge .input-group-prepend .input-group-text { - border-color: #e74c3c !important; + border-color: #ef3232 !important; } /*--Input Error Border Color Finish--*/ /*--Error Message Color--*/ .help-block { - color : #e74c3c !important; + color : #ef3232 !important; } /*--Error Message Color Finish--*/ /*--------Form Error Color--------*/