Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Fremaux <anj@hotmail.co.nz>2016-01-20 06:56:38 +0300
committerAndre Fremaux <anj@hotmail.co.nz>2016-01-20 06:56:38 +0300
commita3d5f1b15ddf52f2cb4d0ea875d8ab3ee1e3566e (patch)
tree7e934bc558439f185e110825e546cb36b656fc8e /plugins/Dashboard
parentf27a26e9bd7df3aa3ce0e4b8db4e49eff73d4ac5 (diff)
Made changes to widget backgrounds.
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/widget.less17
1 files changed, 15 insertions, 2 deletions
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index 09357f7784..c6743eb559 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -1,7 +1,7 @@
.widget {
.font-default(13px, 18px);
- background: @theme-color-background-base;
- border: 1px solid @color-silver-l85;
+ background: @theme-color-widget-background;
+ border: 1px solid @theme-color-widget-border;
box-shadow: 0 1px 1px rgba(204,204,204,.5);
overflow: hidden;
z-index: 1;
@@ -54,6 +54,7 @@
padding-left: 50px;
right: 8px;
display: none;
+ color: @theme-color-widget-title-text;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
@@ -115,3 +116,15 @@
display:none;
}
}
+
+.widget table.dataTable tr td {
+ background-color: @theme-color-widget-background;
+}
+
+.dataTable table.dataTable tr td {
+ background-color: @theme-color-widget-background;
+}
+
+.bar-graph-colors[data-name=grid-background] {
+ color: @theme-color-widget-background !important;
+}