From a3d5f1b15ddf52f2cb4d0ea875d8ab3ee1e3566e Mon Sep 17 00:00:00 2001 From: Andre Fremaux Date: Wed, 20 Jan 2016 16:56:38 +1300 Subject: Made changes to widget backgrounds. --- plugins/Dashboard/stylesheets/widget.less | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'plugins/Dashboard') 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; +} -- cgit v1.2.3