From 2a6e39b5902b7539db93c61ba838edcc397f59ea Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Tue, 31 Dec 2019 15:47:25 +0100 Subject: [PATCH] better battery readability --- components/wifi-manager/index.html | 4 ++-- components/wifi-manager/style.css | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index 3bf1df68..96858653 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -24,8 +24,8 @@ -
- +
+ diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index c9b8b833..9e6a5d73 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -308,11 +308,15 @@ span#flash-status { font-size: 120%; } -#battery { +#info { padding-top: 7px; float: right; } +svg#battery { + fill: #ddd; +} + ul#navbar { border-bottom: 0px; }