diff --git a/src/static/css/style.css b/src/static/css/style.css index 40badd4..8620aa3 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1390,3 +1390,14 @@ details.adv-section .adv-hint { grid-column: 1 / -1; font-size: 12px; color: var [data-theme="light"] .audit-entry-detail summary { color: #475569; } [data-theme="light"] /* === Verwendungs-Sicht (Phase 6) === */ .activity-cell { color: #475569; } + +/* === Verlinkte Dashboard-Kacheln und -Karten === */ +.stat-card-link { cursor: pointer; transition: border-color 0.15s ease, transform 0.15s ease; } +.stat-card-link:hover, .stat-card-link:focus-visible { + border-color: var(--accent); + transform: translateY(-1px); +} +.card-link { cursor: pointer; transition: border-color 0.15s ease; } +.card-link:hover, .card-link:focus-visible { border-color: var(--accent); } +.card-link .card-link-chevron { color: var(--text-muted); transition: color 0.15s ease, transform 0.15s ease; } +.card-link:hover .card-link-chevron { color: var(--accent); transform: translateX(2px); } diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 2dfa3b7..241fc42 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -6,7 +6,7 @@ AegisSight Monitor-Verwaltung - +