-
-
Save allanfreitas/b0576c118979e650299d5d1d8a0602e9 to your computer and use it in GitHub Desktop.
Symfony2: Easiest way to add an * to required field labels
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
/* By default, required field labels are rendered with the "required" class */ | |
.required:after { | |
content: "*"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment