error color updated
This commit is contained in:
parent
fecc5068f1
commit
78b366d26d
6
public/css/akaunting-color.css
vendored
6
public/css/akaunting-color.css
vendored
@ -2002,7 +2002,7 @@ button.bg-green:focus {
|
|||||||
div.required .form-control-label:not(span):after, td.required:after
|
div.required .form-control-label:not(span):after, td.required:after
|
||||||
{
|
{
|
||||||
content: ' *';
|
content: ' *';
|
||||||
color: #e74c3c;
|
color: #ef3232;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/*--Required Sign Color Finish--*/
|
/*--Required Sign Color Finish--*/
|
||||||
@ -2010,14 +2010,14 @@ div.required .form-control-label:not(span):after, td.required:after
|
|||||||
/*--Input Error Border Color--*/
|
/*--Input Error Border Color--*/
|
||||||
.form-group.has-error .form-control, .form-group.has-error .input-group-merge .input-group-prepend .input-group-text
|
.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--*/
|
/*--Input Error Border Color Finish--*/
|
||||||
|
|
||||||
/*--Error Message Color--*/
|
/*--Error Message Color--*/
|
||||||
.help-block
|
.help-block
|
||||||
{
|
{
|
||||||
color : #e74c3c !important;
|
color : #ef3232 !important;
|
||||||
}
|
}
|
||||||
/*--Error Message Color Finish--*/
|
/*--Error Message Color Finish--*/
|
||||||
/*--------Form Error Color--------*/
|
/*--------Form Error Color--------*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user