diff --git a/php/public/style.css b/php/public/style.css index 57e973d9..a20a7701 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -574,6 +574,10 @@ input[type="checkbox"]:disabled:not(:checked) + label { flex-direction: column; } +.office-card-disabled { + opacity: 50%; +} + .office-card:hover { border-color: var(--color-primary-element); box-shadow: 0 4px 12px rgba(0, 130, 201, 0.15); diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig index 883dc278..9eb512cb 100644 --- a/php/templates/includes/optional-containers.twig +++ b/php/templates/includes/optional-containers.twig @@ -24,7 +24,7 @@ checked="checked" {% endif %} > -