August 27, 2020 at 10:19 pm
#10034292
Keymaster
Hello Pelle,
Oh right!
Unfortunately there’s no CSS we can apply to make that. The only way on this case is create a custom class for the border left color. For example:
HTML:
<span class="input-group-prepend input-group-prepend-required"></span>
CSS:
.input-group-prepend-required {
border-left: 1px solid red !important;
}
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.