From 93a5b4150b46c0b50b2e945c6ed66a174cb28506 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Tue, 21 Oct 2025 15:31:26 +0200 Subject: [PATCH] Dashboard responsiv #7 --- superx/style/sx_viz_muster.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/superx/style/sx_viz_muster.css b/superx/style/sx_viz_muster.css index 05e1096..d81aa96 100644 --- a/superx/style/sx_viz_muster.css +++ b/superx/style/sx_viz_muster.css @@ -85,8 +85,7 @@ html, body { background: #e0e0e0; } .dashboard-tabs li.is-active { /*20251007 eingefügt*/ - background: #ebf1f3; - color: midnightblue; } + background: #ebf1f3; } .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { font-size: 0.8rem; @@ -159,7 +158,6 @@ html, body { text-align: center; font-size:1.2em; font-weight:bolder; - color: midnightblue; background: #ebf1f3; } .navbar {background-color: white;} /*20250221 eingefügt*/