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