mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-04 18:00:10 +00:00
feat(ui): hide OnlyOffice option unless already enabled
AI-assistant: Claude Code 2.1.162 (Claude Opus 4.8) Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
@@ -599,6 +599,10 @@ input[type="checkbox"]:disabled:not(:checked) + label {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.office-card-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.office-card:hover {
|
||||
border-color: var(--color-primary-element);
|
||||
box-shadow: 0 4px 12px rgba(0, 130, 201, 0.15);
|
||||
|
||||
Reference in New Issue
Block a user