mirror of https://gitlab.crans.org/bde/nk20
Hide asterix on login form
This commit is contained in:
parent
3988261a64
commit
012b84614c
|
@ -17,3 +17,7 @@ Font-Awesome attribution is already done inside SVG files
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-form .asteriskField {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue