strasbourg-2018: restore [hidden] behaviour on widgets (#52613)

This commit is contained in:
Frédéric Péters 2021-04-06 09:55:25 +02:00
parent 170902b85c
commit 2c124a0515
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ div#content div#rub_service div.form-validation {
}
}
/* restore [hidden] behaviour for form fields */
#rub_service .widget[hidden] {
display: none;
}
/* style authentic forms */
a.pk-button,
div.block form button, div.a2-block form button,