Fixed typo
This commit is contained in:
26
custom.css
26
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user