More visitor map color edits
This commit is contained in:
parent
c3087d3ae7
commit
937ee19db8
3 changed files with 17 additions and 17 deletions
|
|
@ -10,10 +10,3 @@
|
||||||
@theme-color-menu-contrast-textActive: #828089;
|
@theme-color-menu-contrast-textActive: #828089;
|
||||||
@theme-color-menu-contrast-textSelected: #ceccd2;
|
@theme-color-menu-contrast-textSelected: #ceccd2;
|
||||||
@theme-color-menu-contrast-background: transprent;
|
@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)
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
canvas.jqplot-piwik-ticks-canvas {
|
canvas.jqplot-piwik-ticks-canvas {
|
||||||
background: @theme-color-background-base !important;
|
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)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ td .label img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="color-range-start-normal"] {
|
.visitor-map[data-name="color-range-start-normal"] {
|
||||||
color: #828089;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="color-range-end-choropleth"] {
|
.visitor-map[data-name="color-range-end-choropleth"] {
|
||||||
|
|
@ -28,15 +28,15 @@ td .label img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="color-range-end-normal"] {
|
.visitor-map[data-name="color-range-end-normal"] {
|
||||||
color: rgb(0, 0, 0);
|
color: #323036;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="country-highlight-color"] {
|
.visitor-map[data-name="country-highlight-color"] {
|
||||||
color: #f4f45b;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="country-selected-color"] {
|
.visitor-map[data-name="country-selected-color"] {
|
||||||
color: #f4f45b;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="unknown-region-fill-color"] {
|
.visitor-map[data-name="unknown-region-fill-color"] {
|
||||||
|
|
@ -44,19 +44,19 @@ td .label img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="unknown-region-stroke-color"] {
|
.visitor-map[data-name="unknown-region-stroke-color"] {
|
||||||
color: #bbb;
|
color: @theme-color-background-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="region-stroke-color"] {
|
.visitor-map[data-name="region-stroke-color"] {
|
||||||
color: #3c6fb6;
|
color: #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="region-selected-color"] {
|
.visitor-map[data-name="region-selected-color"] {
|
||||||
color: #f4f45b;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="region-highlight-color"] {
|
.visitor-map[data-name="region-highlight-color"] {
|
||||||
color: #f4f45b;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="invisible-region-background"] {
|
.visitor-map[data-name="invisible-region-background"] {
|
||||||
|
|
@ -72,11 +72,11 @@ td .label img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="city-highlight-stroke-color"] {
|
.visitor-map[data-name="city-highlight-stroke-color"] {
|
||||||
color: #000000;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="city-highlight-fill-color"] {
|
.visitor-map[data-name="city-highlight-fill-color"] {
|
||||||
color: #f4f45b;
|
color: #ceccd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visitor-map[data-name="city-highlight-label-color"] {
|
.visitor-map[data-name="city-highlight-label-color"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue