From ec1c4a9a6f370758a6fefb8f9cc8043015f53304 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Tue, 2 May 2023 23:22:00 +0200 Subject: [PATCH] Status Bar Bug Fix --- anwendung/src/styles/globals.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index 1cd8048..78d5575 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -113,8 +113,10 @@ Step Progress Bar .steps .active { - border-width: 3px; - border-color: #1e2428; + /*border-width: 3px;*/ + /*border-color: #1e2428;*/ + width: 30px; + height: 30px; } .progress-bar