close #1297 Fixed: Required modal style issue solved.

This commit is contained in:
Cüneyt Şentürk 2020-03-25 10:49:15 +03:00
parent 4b7018f40d
commit e3e775d990

View File

@ -2012,7 +2012,7 @@ button.bg-yellow: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
{
content: ' *';
color: #ef3232;