Fixed typo
This commit is contained in:
24
custom.css
24
custom.css
@@ -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 ==--
|
||||||
@@ -1127,14 +1138,3 @@ 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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user