Chart fixes and login submit button colour change
This commit is contained in:
parent
f06e017b3b
commit
b2250a1909
3 changed files with 25 additions and 8 deletions
15
stylesheets/components/_charts.less
Normal file
15
stylesheets/components/_charts.less
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#dataTable_5Chart > canvas.jqplot-piwik-ticks-canvas {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.UserCountryMap_map.kartograph > svg {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.UserCountryMap.card-content.dataTable {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
td .label img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
@ -29,8 +29,9 @@
|
||||||
|
|
||||||
.widgetName {
|
.widgetName {
|
||||||
padding: 0 0 15px 0 !important;
|
padding: 0 0 15px 0 !important;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
color: @theme-color-header-text;
|
color: @theme-color-header-text;
|
||||||
|
text-align:center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,11 @@
|
||||||
@import "components/_widget";
|
@import "components/_widget";
|
||||||
|
|
||||||
@import "components/_login";
|
@import "components/_login";
|
||||||
|
@import "components/_charts";
|
||||||
|
|
||||||
@theme-color-brand: #CECCD2;
|
@theme-color-brand: #ceccd2;
|
||||||
@theme-color-background-base: #FAF9F6;
|
@theme-color-background-base: #faf9f6;
|
||||||
@theme-color-header-background: #FAF9F6;
|
@theme-color-header-background: #faf9f6;
|
||||||
@theme-color-header-text: #323036;
|
@theme-color-header-text: #323036;
|
||||||
|
|
||||||
@theme-color-widget-title-background: transparent;
|
@theme-color-widget-title-background: transparent;
|
||||||
|
|
@ -24,5 +25,5 @@
|
||||||
|
|
||||||
@theme-color-menu-contrast-text: rgba(0, 0, 0, 0.54);
|
@theme-color-menu-contrast-text: rgba(0, 0, 0, 0.54);
|
||||||
@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: transparent;
|
@theme-color-menu-contrast-background: transparent;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue