related to #1879 fixed more dark mone colors

This commit is contained in:
MatthieuLP
2023-03-14 16:30:07 +01:00
parent b4285310e9
commit 13ba5f2ac1
2 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ let str_size = "";
{if $SIZE != 0} {if $SIZE != 0}
{assign var='SIZE_IN_UNIT' value=$SIZE/$ACTIVITY_CHART_NUMBER_SIZES * 5 + 1} {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} {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} {if $ACTIVITY_LAST_WEEKS[$WEEK_NUMBER][$DAY_NUMBER]["number"] != 0}
<p class="tooltip" style="transform: translate(-50%,{$SIZE_IN_UNIT/2}vw);"> <p class="tooltip" style="transform: translate(-50%,{$SIZE_IN_UNIT/2}vw);">
<span class="tooltip-header"> <span class="tooltip-header">
+29 -8
View File
@@ -271,6 +271,32 @@ a.stat-box:hover {
border: none !important; 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 */ /* hacks */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */ * html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; } *+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 { .move-cat-container:hover {
background-color: #232323; background-color: #232323;
} }
.move-cat-container:hover .badge-container i,
.move-cat-container:hover .node-icon{
background-color: transparent;
}
.move-cat-action a:hover { .move-cat-action a:hover {
color: #777; color: #777;
background: #111; background: #111;
@@ -1484,14 +1507,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
} }
.user-first-col:hover { .user-first-col:hover {
border: solid #ffa646 2px;
box-sizing: border-box; box-sizing: border-box;
background-color:#d47f44;
background-color:transparent;
} }
.user-first-col:hover .icon-pencil { .user-first-col:hover .icon-pencil {
color: #ffa646; color: #fedac0;
} }
.user-first-col:hover .select-checkbox { .user-first-col:hover .select-checkbox {
border: solid #ffa646 2px !important; border: solid #ffa646 2px !important;