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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-05 18:23:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 18:23:22 +0400
commit386dcaccb035cd99e71f2ff85e8b47dd67bb9e10 (patch)
tree771e5d24da7c57e0497157352c0eea4f86bf4f4e /plugins/SitesManager
parent629e54999c31c0e5d3b6eae1ad5f123bb90f6f09 (diff)
Use absolute path for images from Less files
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/stylesheets/SitesManager.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/stylesheets/SitesManager.less b/plugins/SitesManager/stylesheets/SitesManager.less
index 0196289bee..fca6f5d8bf 100644
--- a/plugins/SitesManager/stylesheets/SitesManager.less
+++ b/plugins/SitesManager/stylesheets/SitesManager.less
@@ -21,7 +21,7 @@
.addRowSite:before {
display: inline-block;
- content: url(../../UsersManager/images/add.png);
+ content: url(plugins/UsersManager/images/add.png);
vertical-align: middle;
}