From 16519f4b7048ab37d42cd62876dca9dc1963dff0 Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Sun, 29 Sep 2019 21:58:00 +0200 Subject: [PATCH] progress bar text color --- components/wifi-manager/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index b746d46e..fffe6c42 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -298,6 +298,7 @@ input, textarea { } .progress-bar { + color: #fff; background-color: #037AF0; }