Reply To: css magic based on last question ( i closed it by misstake)

#10034292
Support
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.