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/Live
parente2b9956e4bd92ca9e234d10d527be9e8caf2b68f (diff)
Introduced variables for background
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/live.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index cb76a1078a..9e0f628904 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -18,7 +18,7 @@
}
#visitsLive .country {
- background: #FFF url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0;
+ background: @theme-color-background-base url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0;
}
#visitsLive .referrer {
@@ -35,7 +35,7 @@
}
#visitsLive .settings {
- background: #FFF none repeat scroll 0 0;
+ background: @theme-color-background-base none repeat scroll 0 0;
}
#visitsLive .settings a {