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:
authorLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 00:45:57 +0300
committerLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 00:45:57 +0300
commit2c912d02b7f00c8cdb60b93b722041e66a332a88 (patch)
tree9efed621e2619fbe1c01b3e111028095e6ce6d48 /plugins/Dashboard/stylesheets
parente2b9956e4bd92ca9e234d10d527be9e8caf2b68f (diff)
Introduced variables for background
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 24579f985e..87e0375e41 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -72,7 +72,7 @@
}
.widget {
- background: #fff;
+ background: @theme-color-background-base;
border: 1px solid #bbb6ad;
margin: 10px 7px;
border-radius: 4px;
@@ -147,7 +147,7 @@
.ui-confirm {
display: none;
width: 630px;
- background: #fff;
+ background: @theme-color-background-base;
color: @theme-color-text-light;
cursor: default;
font-size: 12px !important;