fix: calendar table visibility column uses eye icon instead of checkbox (v53)

Replace misleading "Ausgeblendet" checkbox with eye-open/eye-off icon button.
Sichtbar column: eye-open = shown, eye-off = hidden (dimmed). Clicking toggles.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-06-15 20:45:33 +02:00
parent d1c5b66230
commit c5fd5b4e55
3 changed files with 17 additions and 10 deletions

View File

@@ -1455,6 +1455,9 @@ a { color: var(--primary); text-decoration: none; }
.ct-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; margin-right: 5px; vertical-align: middle; flex-shrink: 0; }
.ct-empty { color: var(--text-3); font-size: 13px; padding: 16px 0; text-align: center; }
.ct-toggle { cursor: pointer; }
.ct-eye { opacity: .55; transition: opacity .15s; }
.ct-eye[data-ct-visible="1"] { opacity: 1; }
.ct-eye:hover { opacity: 1; }
/* ── Month View (spanning bars) ─────────────────────────── */
.month-body {