caluire: mark booking changes in bold (#55498)

This commit is contained in:
Frédéric Péters 2021-07-09 10:30:27 +02:00
parent 3e9dc15790
commit df0bc0dfbe
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,11 @@
data-date="{{ option.options.details.JOURDATE }}"
data-status="{{ option.options.details.status_color }}"
{% if option.options.prefill and not option.disabled %}data-was-checked{% endif %}
{% if widget.readonly and not option.disabled %}
{% if option.selected and not option.options.prefill %}data-has-change
{% elif not option.selected and option.options.prefill %}data-has-change
{% endif %}
{% endif %}
><label><input
{% if not widget.value and option.options.prefill %}checked="checked"{% endif %}
{% if option.selected %}checked="checked"
@ -152,6 +157,10 @@ div.CheckboxesWidget.template-caluire-reservations-enfant div.content ul li.disa
background: orange;
}
.template-caluire-reservations-enfant .content [data-has-change] label {
font-weight: bold;
}
br.weekbreak { display: none; }
@media screen and (max-width: 500px) {