From 96dbe143c80899eb3f392219e1dd5e91ae9bc00a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 28 Jan 2026 09:42:39 +0100 Subject: [PATCH] fix remaining details Signed-off-by: Simon L. --- php/public/style.css | 1 + .../includes/optional-containers.twig | 28 +++++++++++-------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/php/public/style.css b/php/public/style.css index a20a7701..b35883d0 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -576,6 +576,7 @@ input[type="checkbox"]:disabled:not(:checked) + label { .office-card-disabled { opacity: 50%; + pointer-events: none; } .office-card:hover { diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig index 9eb512cb..dcf59bfb 100644 --- a/php/templates/includes/optional-containers.twig +++ b/php/templates/includes/optional-containers.twig @@ -40,12 +40,14 @@
  • Best ODF compatibility
  • Best support for legacy files
  • - - Learn more - - - - + {% if isAnyRunning == false %} + + Learn more + + + + + {% endif %} Limited ODF compatibility
  • Best Microsoft compatibility
  • - - Learn more - - - - + {% if isAnyRunning == false %} + + Learn more + + + + + {% endif %}