Cleaned up energy dashboard

This commit is contained in:
2024-07-27 22:19:28 +02:00
parent 59f71dc566
commit 6c2a2b66c2

View File

@@ -1127,3 +1127,14 @@ body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td {
.list-group-item-action { .list-group-item-action {
color: #444; color: #444;
} }
/*Energy dashboard*/
div#emain {
background: #29323d;
}
#eicon {
fill: white !important;
}
#etext, #ltext {
fill: #fff !important;
}