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 {
|
||||
padding: 0 0 15px 0 !important;
|
||||
font-weight: 300;
|
||||
color: @theme-color-header-text;
|
||||
font-weight: 400;
|
||||
color: @theme-color-header-text;
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue