Added icons

This commit is contained in:
g 2020-09-29 16:15:56 +02:00
commit 40d9c2c4bf
36 changed files with 15 additions and 7 deletions

View file

@ -2,7 +2,7 @@ canvas.jqplot-piwik-ticks-canvas {
background: @theme-color-background-base !important;
}
// Graph series 1
// Graph series colours (1)
@graph-colors-data-series0: #323036;
@graph-series0-shade1-color: #828089;

View file

@ -8,7 +8,7 @@ td .label img {
// Visitor map colors
.visitor-map[data-name="no-data-color"] {
color: @theme-color-background-base;
color: white;
}
.visitor-map[data-name="one-country-color"] {
@ -40,11 +40,11 @@ td .label img {
}
.visitor-map[data-name="unknown-region-fill-color"] {
color: @theme-color-background-base;
color: white;
}
.visitor-map[data-name="unknown-region-stroke-color"] {
color: @theme-color-background-base;
color: #e6e6e6;
}
.visitor-map[data-name="region-stroke-color"] {
@ -60,15 +60,15 @@ td .label img {
}
.visitor-map[data-name="invisible-region-background"] {
color: @theme-color-background-base;
color: #e6e6e6;
}
.visitor-map[data-name="city-label-color"] {
color: @theme-color-background-base;
color: #e6e6e6;
}
.visitor-map[data-name="city-stroke-color"] {
color: @theme-color-background-base;
color: #e6e6e6;
}
.visitor-map[data-name="city-highlight-stroke-color"] {