fix remaining details

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-01-28 09:42:39 +01:00
parent e5d0d6849e
commit 96dbe143c8
2 changed files with 17 additions and 12 deletions

View file

@ -576,6 +576,7 @@ input[type="checkbox"]:disabled:not(:checked) + label {
.office-card-disabled { .office-card-disabled {
opacity: 50%; opacity: 50%;
pointer-events: none;
} }
.office-card:hover { .office-card:hover {

View file

@ -40,12 +40,14 @@
<li>Best ODF compatibility</li> <li>Best ODF compatibility</li>
<li>Best support for legacy files</li> <li>Best support for legacy files</li>
</ul> </ul>
<a href="https://www.collaboraoffice.com/code/" target="_blank" class="office-learn-more" onclick="event.stopPropagation();"> {% if isAnyRunning == false %}
Learn more <a href="https://www.collaboraoffice.com/code/" target="_blank" class="office-learn-more" onclick="event.stopPropagation();">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle; margin-left: 4px;"> Learn more
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle; margin-left: 4px;">
</svg> <path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</a> </svg>
</a>
{% endif %}
</label> </label>
<input type="hidden" id="collabora" name="collabora" value="" data-initial-state="{% if is_collabora_enabled == true %}true{% else %}false{% endif %}"> <input type="hidden" id="collabora" name="collabora" value="" data-initial-state="{% if is_collabora_enabled == true %}true{% else %}false{% endif %}">
<input <input
@ -73,12 +75,14 @@
<li>Limited ODF compatibility</li> <li>Limited ODF compatibility</li>
<li>Best Microsoft compatibility</li> <li>Best Microsoft compatibility</li>
</ul> </ul>
<a href="https://www.onlyoffice.com/" target="_blank" class="office-learn-more" onclick="event.stopPropagation();"> {% if isAnyRunning == false %}
Learn more <a href="https://www.onlyoffice.com/" target="_blank" class="office-learn-more" onclick="event.stopPropagation();">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle; margin-left: 4px;"> Learn more
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle; margin-left: 4px;">
</svg> <path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</a> </svg>
</a>
{% endif %}
</label> </label>
<input type="hidden" id="onlyoffice" name="onlyoffice" value="" data-initial-state="{% if is_onlyoffice_enabled == true %}true{% else %}false{% endif %}"> <input type="hidden" id="onlyoffice" name="onlyoffice" value="" data-initial-state="{% if is_onlyoffice_enabled == true %}true{% else %}false{% endif %}">
</div> </div>