added red asterix to required input field

This commit is contained in:
2022-04-26 07:56:47 +02:00
parent b4eadda3b3
commit a6a433807c
8 changed files with 20 additions and 12 deletions

View File

@@ -129,4 +129,9 @@ footer a:hover {
}
textarea {
resize: none;
}
.required-field::after {
content: "*";
color: red;
margin-left:2px;
}