Issue #1190 : Dashboard Charts Modifications

* Number of weeks for Activity Chart is now in configuration file
 * Tooltip change for activity chart and add for storage chart
 * General page design change
This commit is contained in:
Zacharie
2020-06-04 14:42:09 +02:00
committed by plegall
parent 2633042618
commit 5aef3ebbbd
5 changed files with 223 additions and 85 deletions
+6 -2
View File
@@ -236,15 +236,19 @@ a.stat-box:hover {
color: #777;
}
.activity-chart span p {
.intro-charts .tooltip {
background-color: #333333;
box-shadow: none;
}
.activity-chart span p::after {
.intro-charts .tooltip::after {
border-color: transparent transparent #333333 transparent;
}
.intro-charts .tooltip .tooltip-details-title, .intro-charts .tooltip-title {
color:#aeaeae !important;
}
/* hacks */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }