Merge pull request #1200 from batuhawk/master

Error color updated
This commit is contained in:
Batuhan Baş 2020-01-29 16:13:51 +03:00 committed by GitHub
commit d83b3b7205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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--------*/