Merge pull request #405 from Megala21/master

Refactoring code
This commit is contained in:
Kamidu Sachith Punchihewa 2016-10-26 17:27:04 +05:30 committed by GitHub
commit a295c88dc0

View File

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