Last active
December 7, 2022 06:04
-
-
Save yupe/b34500d38f8a5138b1511e3b57042c58 to your computer and use it in GitHub Desktop.
Как в Yii2 добавить звездочку к обязательным полям формы
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form div.required label.control-label:after { | |
content:" * "; | |
color:red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment