Updated to v4
This commit is contained in:
parent
e91e1c9451
commit
7ad3c7460f
3 changed files with 2 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"version": "0.0.1",
|
||||
"theme": true,
|
||||
"require": {
|
||||
"piwik": ">=3.13.1-stable,<4.0.0-b1"
|
||||
"piwik": ">=3.13.1-stable"
|
||||
},
|
||||
"stylesheet": "stylesheets/theme.less",
|
||||
"javascript": "javascripts/theme.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.widget {
|
||||
background-color: transparent;
|
||||
background-color: @theme-color-background-base;
|
||||
box-shadow: none;
|
||||
border: none !important;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
@import "_colors";
|
||||
@import "_variables";
|
||||
|
||||
@import "components/_admin_users_list";
|
||||
@import "components/_button";
|
||||
@import "components/_card";
|
||||
|
|
@ -11,7 +10,6 @@
|
|||
@import "components/_sparkline";
|
||||
@import "components/_visitor_log";
|
||||
@import "components/_widget";
|
||||
|
||||
@import "components/_login";
|
||||
@import "components/_charts";
|
||||
@import "components/_maps";
|
||||
|
|
@ -20,10 +18,8 @@
|
|||
@theme-color-background-base: #faf9f6;
|
||||
@theme-color-header-background: #faf9f6;
|
||||
@theme-color-header-text: #323036;
|
||||
|
||||
@theme-color-widget-title-background: transparent;
|
||||
@theme-color-widget-title-text: #323036;
|
||||
|
||||
@theme-color-menu-contrast-text: rgba(0, 0, 0, 0.54);
|
||||
@theme-color-menu-contrast-textActive: #828089;
|
||||
@theme-color-menu-contrast-textSelected: #ceccd2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue