Required style for add new contact box

This commit is contained in:
benguozakinci@gmail.com
2021-08-26 11:15:22 +03:00
parent 54442bd8ea
commit ef1f6c785e
2 changed files with 2 additions and 3 deletions

View File

@ -2124,7 +2124,7 @@ button.bg-red:focus
/*--------Form Error Color--------*/
/*--Required Sign Color--*/
div.required > .form-control-label:not(span):after, td.required:after
div.required > .form-control-label:not(span):after, td.required:after, button.document-contact-without-contact-box-btn > span.text-add-contact::after
{
content: ' *';
color: #ef3232;