Hide asterix on login form

This commit is contained in:
Alexandre Iooss 2020-09-06 20:32:46 +02:00
parent 3988261a64
commit 012b84614c
1 changed files with 5 additions and 1 deletions

View File

@ -16,4 +16,8 @@ Font-Awesome attribution is already done inside SVG files
#login-form select {
-moz-appearance: none;
cursor: pointer;
}
}
#login-form .asteriskField {
display: none;
}