From 937ee19db8a3256c08b92a569e51654124a87eef Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Mon, 28 Sep 2020 20:34:04 +0200 Subject: [PATCH] More visitor map color edits --- stylesheets/_colors.less | 7 ------- stylesheets/components/_charts.less | 7 +++++++ stylesheets/components/_maps.less | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/stylesheets/_colors.less b/stylesheets/_colors.less index a5d51be..ba6a003 100644 --- a/stylesheets/_colors.less +++ b/stylesheets/_colors.less @@ -10,10 +10,3 @@ @theme-color-menu-contrast-textActive: #828089; @theme-color-menu-contrast-textSelected: #ceccd2; @theme-color-menu-contrast-background: transprent; - -// Graph series 1 - -@graph-colors-data-series0: #323036; // light blue 50 series (800) -@graph-series0-shade1-color: #828089; // (A200) -@graph-series0-shade2-color: #CECCD2; // (A400) -@graph-series0-shade3-color: #E6E6E6; // (A700) diff --git a/stylesheets/components/_charts.less b/stylesheets/components/_charts.less index a83495c..bf8b23a 100644 --- a/stylesheets/components/_charts.less +++ b/stylesheets/components/_charts.less @@ -1,3 +1,10 @@ canvas.jqplot-piwik-ticks-canvas { background: @theme-color-background-base !important; } + +// Graph series 1 + +@graph-colors-data-series0: #323036; // light blue 50 series (800) +@graph-series0-shade1-color: #828089; // (A200) +@graph-series0-shade2-color: #ceccd2; // (A400) +@graph-series0-shade3-color: #e6e6e6; // (A700) diff --git a/stylesheets/components/_maps.less b/stylesheets/components/_maps.less index d58a141..de84276 100644 --- a/stylesheets/components/_maps.less +++ b/stylesheets/components/_maps.less @@ -20,7 +20,7 @@ td .label img { } .visitor-map[data-name="color-range-start-normal"] { - color: #828089; + color: #ceccd2; } .visitor-map[data-name="color-range-end-choropleth"] { @@ -28,15 +28,15 @@ td .label img { } .visitor-map[data-name="color-range-end-normal"] { - color: rgb(0, 0, 0); + color: #323036; } .visitor-map[data-name="country-highlight-color"] { - color: #f4f45b; + color: #ceccd2; } .visitor-map[data-name="country-selected-color"] { - color: #f4f45b; + color: #ceccd2; } .visitor-map[data-name="unknown-region-fill-color"] { @@ -44,19 +44,19 @@ td .label img { } .visitor-map[data-name="unknown-region-stroke-color"] { - color: #bbb; + color: @theme-color-background-base; } .visitor-map[data-name="region-stroke-color"] { - color: #3c6fb6; + color: #e6e6e6; } .visitor-map[data-name="region-selected-color"] { - color: #f4f45b; + color: #ceccd2; } .visitor-map[data-name="region-highlight-color"] { - color: #f4f45b; + color: #ceccd2; } .visitor-map[data-name="invisible-region-background"] { @@ -72,11 +72,11 @@ td .label img { } .visitor-map[data-name="city-highlight-stroke-color"] { - color: #000000; + color: #ceccd2; } .visitor-map[data-name="city-highlight-fill-color"] { - color: #f4f45b; + color: #ceccd2; } .visitor-map[data-name="city-highlight-label-color"] {