mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
@@ -193,7 +193,7 @@ let str_size = "";
|
||||
{if $SIZE != 0}
|
||||
{assign var='SIZE_IN_UNIT' value=$SIZE/$ACTIVITY_CHART_NUMBER_SIZES * 5 + 1}
|
||||
{assign var='OPACITY_IN_UNIT' value=$SIZE/$ACTIVITY_CHART_NUMBER_SIZES * 0.6 + 0.2}
|
||||
<div id="day{$WEEK_NUMBER}-{$DAY_NUMBER}" style="height:{$SIZE_IN_UNIT}vw;width:{$SIZE_IN_UNIT}vw;opacity:{$OPACITY_IN_UNIT}"></div>
|
||||
<div id="day{$WEEK_NUMBER}-{$DAY_NUMBER}" style="height:{$SIZE_IN_UNIT}vw;width:{$SIZE_IN_UNIT}vw;"></div>
|
||||
{if $ACTIVITY_LAST_WEEKS[$WEEK_NUMBER][$DAY_NUMBER]["number"] != 0}
|
||||
<p class="tooltip" style="transform: translate(-50%,{$SIZE_IN_UNIT/2}vw);">
|
||||
<span class="tooltip-header">
|
||||
|
||||
@@ -271,6 +271,32 @@ a.stat-box:hover {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.activity-chart span div,
|
||||
.storage-chart span:nth-child(5), .storage-chart-legend div:nth-child(5) span {
|
||||
background-color: #bc4b4a;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.activity-chart #week-1-legend ~ span div,
|
||||
.storage-chart span:nth-child(4), .storage-chart-legend div:nth-child(4) span {
|
||||
background-color: #4f71a4;
|
||||
}
|
||||
|
||||
.activity-chart #week-2-legend ~ span div,
|
||||
.storage-chart span:nth-child(3), .storage-chart-legend div:nth-child(3) span {
|
||||
background-color: #4e5aa3;
|
||||
}
|
||||
|
||||
.activity-chart #week-3-legend ~ span div,
|
||||
.storage-chart span:nth-child(2), .storage-chart-legend div:nth-child(2) span {
|
||||
background-color: #50a48f;
|
||||
}
|
||||
|
||||
.activity-chart #week-4-legend ~ span div,
|
||||
.storage-chart span:nth-child(1), .storage-chart-legend div:nth-child(1) span {
|
||||
background-color: #d47f44;
|
||||
}
|
||||
|
||||
/* hacks */
|
||||
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
|
||||
*+html .bigtext { left: 70px; }
|
||||
@@ -395,10 +421,7 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co
|
||||
.move-cat-container:hover {
|
||||
background-color: #232323;
|
||||
}
|
||||
.move-cat-container:hover .badge-container i,
|
||||
.move-cat-container:hover .node-icon{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.move-cat-action a:hover {
|
||||
color: #777;
|
||||
background: #111;
|
||||
@@ -1467,14 +1490,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
}
|
||||
|
||||
.user-first-col:hover {
|
||||
border: solid #ffa646 2px;
|
||||
box-sizing: border-box;
|
||||
|
||||
background-color:transparent;
|
||||
background-color:#d47f44;
|
||||
}
|
||||
|
||||
.user-first-col:hover .icon-pencil {
|
||||
color: #ffa646;
|
||||
color: #fedac0;
|
||||
}
|
||||
.user-first-col:hover .select-checkbox {
|
||||
border: solid #ffa646 2px !important;
|
||||
|
||||
Reference in New Issue
Block a user