css: fix antibot field being visible

This commit is contained in:
Lephe 2022-05-26 20:07:50 +01:00
parent b047ed97af
commit 84066eaca3
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
font-weight: 400;
margin-top: 5px;
}
.form .abfield {
.form input[type='email'].abfield {
display: none;
}
.form.filter {

View File

@ -109,7 +109,7 @@
}
/* anti-bots field */
.abfield {
input[type='email'].abfield {
display: none;
}
}