Fixed typo

This commit is contained in:
2024-07-27 22:46:54 +02:00
parent 6c2a2b66c2
commit 93e2046980

View File

@@ -25,7 +25,7 @@ canvas#canvas2 {
/*Search field*/ /*Search field*/
input.livesearch.jsLiveSearch { input.livesearch.jsLiveSearch {
background-color: #333333; background-color: #333333;
color: red; color: #d0d0d0;
} }
/*Login page*/ /*Login page*/
@@ -56,6 +56,17 @@ input[type="image"] {
background: #00000000 !important; background: #00000000 !important;
} }
/*Energy dashboard*/
div#emain {
background: #29323d;
}
#eicon {
fill: white !important;
}
#etext, #ltext {
fill: #fff !important;
}
/* /*
--== Dark th3me by G3rard ==-- --== 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 { .list-group-item-action {
color: #444; color: #444;
} }
/*Energy dashboard*/
div#emain {
background: #29323d;
}
#eicon {
fill: white !important;
}
#etext, #ltext {
fill: #fff !important;
}