I have a aui:input in my form with label First Name *. The current font color of the label is black now. What I want is the label First Name in black font and * in red color.
Does anyone know how to achieve this?
<aui:input model="<%= User.class %>"
name="firstName"
label="First Name *"
showRequiredLabel=""
value="<%=user.getFirstName() %>">
</aui:input>