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:
authorStefan Giehl <stefan@piwik.org>2018-09-04 03:44:45 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-09-04 03:44:45 +0300
commit6af22727ed3e6b074147a4f5a3137da66d6c5308 (patch)
tree1656b2b2e82258270a71af3aed1db00d6edaa19e /plugins/Live
parent3b86d4f9b6b01c5d39aa9d8326bc5884218e6980 (diff)
Use font icon for visitorlog instead of images (#13312)
* Use font icon for visitorlog instead of images * Update expected screenshots.
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/images/visitorlog-hover.pngbin1275 -> 0 bytes
-rw-r--r--plugins/Live/images/visitorlog.pngbin1273 -> 0 bytes
-rw-r--r--plugins/Live/stylesheets/live.less5
3 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Live/images/visitorlog-hover.png b/plugins/Live/images/visitorlog-hover.png
deleted file mode 100644
index 523a8ac6b4..0000000000
--- a/plugins/Live/images/visitorlog-hover.png
+++ /dev/null
Binary files differ
diff --git a/plugins/Live/images/visitorlog.png b/plugins/Live/images/visitorlog.png
deleted file mode 100644
index 423392db75..0000000000
--- a/plugins/Live/images/visitorlog.png
+++ /dev/null
Binary files differ
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 2f310350ff..5f0e60a6c0 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -405,11 +405,6 @@ a.visitor-log-visitor-profile-link {
.segmentedlog {
margin: 8px;
display: block;
- background: transparent url('plugins/Live/images/visitorlog.png') no-repeat 0 0;
- padding-left: 25px;
-}
-.segmentedlog:hover {
- background-image: url('plugins/Live/images/visitorlog-hover.png');
}
#widgetLivewidget {