From f83ca3eae1fa81dbb62b1f0f57b1ca5f8ae9fae7 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 15 Aug 2024 05:17:26 +0200 Subject: [PATCH] Update Domoticz/Customisation/custom.css Added custom "dark theme" for the new Energy Dashboard --- Domoticz/Customisation/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Domoticz/Customisation/custom.css b/Domoticz/Customisation/custom.css index 039912d..d1b5336 100644 --- a/Domoticz/Customisation/custom.css +++ b/Domoticz/Customisation/custom.css @@ -6,6 +6,17 @@ --== Downloaded from B.Prieshof ==-- */ +/*Energy dashboard*/ +div#emain { + background: #333333D4; +} +#eicon { + fill: white !important; +} +#etext, #ltext { + fill: #fff !important; +} + /*background of switches transparent end*/ #copyright { border: 0;