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/Live/stylesheets
parentf27a26e9bd7df3aa3ce0e4b8db4e49eff73d4ac5 (diff)
Made changes to widget backgrounds.
Diffstat (limited to 'plugins/Live/stylesheets')
-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 d9de48963a..7bbdde4044 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -41,7 +41,7 @@
}
#visitsLive .settings {
- background: @theme-color-background-base none repeat scroll 0 0;
+ background: @theme-color-widget-background none repeat scroll 0 0;
}
#visitsLive .settings a {
@@ -322,4 +322,4 @@ a.visitor-log-visitor-profile-link {
}
.segmentedlog:hover {
background-image: url('plugins/Live/images/visitorlog-hover.png');
-} \ No newline at end of file
+}