From 55bb2589a4bf0e4cc6779ee379cfa77a09496bd5 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Wed, 18 Mar 2026 18:47:02 +0100 Subject: [PATCH] Fix Darkmode Dashboard --- frontend/pages/index.client.vue | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/frontend/pages/index.client.vue b/frontend/pages/index.client.vue index a818b41..8fe7920 100644 --- a/frontend/pages/index.client.vue +++ b/frontend/pages/index.client.vue @@ -385,15 +385,15 @@ onBeforeUnmount(() => { :gs-min-w="widget.minW" :gs-min-h="widget.minH" > -
-
-
+
+
+
-
+
{{ widget.title }}
-

+

{{ widget.description }}

@@ -430,8 +430,8 @@ onBeforeUnmount(() => {
-
-

+

+

Es sind aktuell keine Dashboard-Karten sichtbar.

@@ -445,7 +445,7 @@ onBeforeUnmount(() => {

Dashboard-Karten

-

+

Karten ein- oder ausblenden und bei Bedarf auf das Standardlayout zurücksetzen.

@@ -459,11 +459,11 @@ onBeforeUnmount(() => {
-

{{ definition.title }}

-

{{ definition.description }}

+

{{ definition.title }}

+

{{ definition.description }}

{ flex-direction: column; overflow: hidden; border-radius: 0.75rem; - border: 1px solid rgb(229 231 235); - background: white; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); } .dashboard-widget-header { flex: 0 0 auto; - border-bottom: 1px solid rgb(229 231 235); padding: 1rem 1rem 0.875rem; } @@ -553,12 +550,4 @@ onBeforeUnmount(() => { display: none; } -:deep(.dark .dashboard-widget-card) { - border-color: rgb(31 41 55); - background: rgb(17 24 39); -} - -:deep(.dark .dashboard-widget-header) { - border-color: rgb(31 41 55); -}