1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Hide asterix on login form

This commit is contained in:
Alexandre Iooss 2020-09-06 20:32:46 +02:00
parent 3988261a64
commit 012b84614c

View File

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