Added icons
1
images/action.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="mouse-pointer" class="svg-inline--fa fa-mouse-pointer fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z"></path></svg>
|
||||
|
After Width: | Height: | Size: 532 B |
BIN
images/add.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
images/annotations.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/annotations_starred.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/calendar.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
images/chart_bar.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/chart_line_edit.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/chart_pie.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/configure-highlight.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/configure.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/contentimpression.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
1
images/contentimpression.svg
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
images/contentinteraction.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
1
images/contentinteraction.svg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
images/delete.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/download.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
1
images/download.svg
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
images/ecommerceAbandonedCart.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
1
images/ecommerceAbandonedCart.svg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
images/ecommerceOrder.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
1
images/ecommerceOrder.svg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
images/email.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/error.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
images/error_medium.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/event.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
1
images/event.svg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
images/export.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/goal.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
1
images/goal.svg
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
images/help.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
images/info.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/row_eveolution.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/row_evolution_hover.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
images/segment-users.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"] {
|
||||
|
|
|
|||