diff --git a/themes/cosora/public/panel.css b/themes/cosora/public/panel.css index 837be370..fe713532 100644 --- a/themes/cosora/public/panel.css +++ b/themes/cosora/public/panel.css @@ -323,6 +323,10 @@ .ct-series-a.ct-point:hover { stroke: hsl(359,98%,30%) !important; } +.ct-legend .ct-series-7:before { + background-color: #6b0392 !important; + border-color: #6b0392 !important; +} /*.ct-chart-line { height: 300px !important; }*/ diff --git a/themes/tempra_simple/public/panel.css b/themes/tempra_simple/public/panel.css index 3fe066b0..167c73e9 100644 --- a/themes/tempra_simple/public/panel.css +++ b/themes/tempra_simple/public/panel.css @@ -85,17 +85,17 @@ margin-top: -3px; } -.panel_rank_tag_admin:before { content: "👑"; } -.panel_rank_tag_mod:before { content: "👮"; } -.panel_rank_tag_banned:before { content: "⛓️"; } -.panel_rank_tag_guest:before { content: "👽"; } -.panel_rank_tag_member:before { content: "👪"; } +.panel_rank_tag_admin:before { content:"👑"; } +.panel_rank_tag_mod:before { content:"👮"; } +.panel_rank_tag_banned:before { content:"⛓️"; } +.panel_rank_tag_guest:before { content:"👽"; } +.panel_rank_tag_member:before { content:"👪"; } -.forum_preset_announce:before { content: "📣"; } -.forum_preset_members:before { content: "👪"; } -.forum_preset_staff:before { content: "👮"; } -.forum_preset_admins:before { content: "👑"; } -.forum_preset_archive:before { content: "☠️"; } +.forum_preset_announce:before { content:"📣"; } +.forum_preset_members:before { content:"👪"; } +.forum_preset_staff:before { content:"👮"; } +.forum_preset_admins:before { content:"👑"; } +.forum_preset_archive:before { content:"☠️"; } .forum_preset_all, .forum_preset_custom, .forum_preset_ { display: none !important; } @@ -177,6 +177,10 @@ margin-top: 0px; margin-bottom: 0px; } +.ct-legend .ct-series-7:before { + background-color: #6b0392 !important; + border-color: #6b0392 !important; +} select + .timeRangeSelector { margin-left: 8px; }