Use a lighter shade for monitor chart background

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne
2015-03-27 08:07:05 +05:30
parent 9058d79688
commit c1c4d14f31
+1 -1
View File
@@ -1669,7 +1669,7 @@ table#chartGrid td {
}
table#chartGrid div.monitorChart {
background: #EBEBEB;
background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
overflow: hidden;
}