From 93e2046980bbba112664b115b9bff25a09ca39e8 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 27 Jul 2024 22:46:54 +0200 Subject: [PATCH] Fixed typo --- custom.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/custom.css b/custom.css index d2cf768..4f8510e 100644 --- a/custom.css +++ b/custom.css @@ -25,7 +25,7 @@ canvas#canvas2 { /*Search field*/ input.livesearch.jsLiveSearch { background-color: #333333; - color: red; + color: #d0d0d0; } /*Login page*/ @@ -56,6 +56,17 @@ input[type="image"] { background: #00000000 !important; } +/*Energy dashboard*/ +div#emain { + background: #29323d; +} +#eicon { + fill: white !important; +} +#etext, #ltext { + fill: #fff !important; +} + /* --== Dark th3me by G3rard ==-- @@ -1126,15 +1137,4 @@ body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td { .list-group-item-action { color: #444; -} - -/*Energy dashboard*/ -div#emain { - background: #29323d; -} -#eicon { - fill: white !important; -} -#etext, #ltext { - fill: #fff !important; -} +} \ No newline at end of file