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 %}