mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user