Just looked at the star in the User: Edit form Name label. It is implemented like this:
And it appears as a black star.
So you could use some CSS in a user.css file to change the appearance. You could make it red for example. As already said - you need to say in which form you see a red star.
Code:
<span class="star" aria-hidden="true"> *</span>
So you could use some CSS in a user.css file to change the appearance. You could make it red for example. As already said - you need to say in which form you see a red star.
Statistics: Posted by ceford — Wed Sep 11, 2024 4:35 pm