From 8a7ad77e5529453f91976f679c51fbdb24772210 Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Sun, 29 Sep 2019 19:46:38 +0200 Subject: [PATCH] nice progress bar color --- components/wifi-manager/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index a574e881..b746d46e 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -297,6 +297,10 @@ input, textarea { width: 60%; } +.progress-bar { + background-color: #037AF0; +} + .footer { position: fixed; left: 0;