fix missing chart legend colour for tsimple and cosora

This commit is contained in:
Azareal 2020-03-03 16:54:05 +10:00
parent 2330b5bfeb
commit 9e6d33b39d
2 changed files with 18 additions and 10 deletions

View File

@ -323,6 +323,10 @@
.ct-series-a.ct-point:hover { .ct-series-a.ct-point:hover {
stroke: hsl(359,98%,30%) !important; stroke: hsl(359,98%,30%) !important;
} }
.ct-legend .ct-series-7:before {
background-color: #6b0392 !important;
border-color: #6b0392 !important;
}
/*.ct-chart-line { /*.ct-chart-line {
height: 300px !important; height: 300px !important;
}*/ }*/

View File

@ -85,17 +85,17 @@
margin-top: -3px; margin-top: -3px;
} }
.panel_rank_tag_admin:before { content: "👑"; } .panel_rank_tag_admin:before { content:"👑"; }
.panel_rank_tag_mod:before { content: "👮"; } .panel_rank_tag_mod:before { content:"👮"; }
.panel_rank_tag_banned:before { content: "⛓️"; } .panel_rank_tag_banned:before { content:"⛓️"; }
.panel_rank_tag_guest:before { content: "👽"; } .panel_rank_tag_guest:before { content:"👽"; }
.panel_rank_tag_member:before { content: "👪"; } .panel_rank_tag_member:before { content:"👪"; }
.forum_preset_announce:before { content: "📣"; } .forum_preset_announce:before { content:"📣"; }
.forum_preset_members:before { content: "👪"; } .forum_preset_members:before { content:"👪"; }
.forum_preset_staff:before { content: "👮"; } .forum_preset_staff:before { content:"👮"; }
.forum_preset_admins:before { content: "👑"; } .forum_preset_admins:before { content:"👑"; }
.forum_preset_archive:before { content: "☠️"; } .forum_preset_archive:before { content:"☠️"; }
.forum_preset_all, .forum_preset_custom, .forum_preset_ { .forum_preset_all, .forum_preset_custom, .forum_preset_ {
display: none !important; display: none !important;
} }
@ -177,6 +177,10 @@
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
} }
.ct-legend .ct-series-7:before {
background-color: #6b0392 !important;
border-color: #6b0392 !important;
}
select + .timeRangeSelector { select + .timeRangeSelector {
margin-left: 8px; margin-left: 8px;
} }