Skip to content

Instantly share code, notes, and snippets.

@yupe
Last active December 7, 2022 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yupe/b34500d38f8a5138b1511e3b57042c58 to your computer and use it in GitHub Desktop.
Save yupe/b34500d38f8a5138b1511e3b57042c58 to your computer and use it in GitHub Desktop.
Как в Yii2 добавить звездочку к обязательным полям формы
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