Adding css for required fields

This commit is contained in:
Megala 2016-10-26 11:58:23 +05:30
parent 9bf5ca94fb
commit a088392b2f

View File

@ -6506,3 +6506,8 @@ select > option:hover {
.label-bold{
font-weight:400;
}
/* Adding style for required fields */
.required:before {
content: "*";
}