From a3f27c8d67dbbe04aa53e9db9137b0437936e7c5 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 18 Aug 2023 11:09:09 +0200 Subject: [PATCH] UX: Set accent color for HTML progress bar on splash screen Signed-off-by: Michael Mayer --- assets/templates/app.gohtml | 4 ++-- frontend/src/css/app.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/templates/app.gohtml b/assets/templates/app.gohtml index c1b3132ce..bbfc42672 100644 --- a/assets/templates/app.gohtml +++ b/assets/templates/app.gohtml @@ -26,8 +26,8 @@ - + -
\ No newline at end of file +
\ No newline at end of file diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index 62f26f190..166ff3454 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -68,7 +68,7 @@ main { z-index: 1; } -/* Page Overlay */ +/* Loading Animations */ #busy-overlay { display: none;