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:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-01-22 02:50:26 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-01-22 02:50:26 +0300
commit4a276894d3819fbce9128b9cdda9bff5523d243a (patch)
tree6ee4b42df262ebc3e6daee33e77408d90b977505 /plugins/Overlay
parent9f16db6e521d35e5b57dbb499820cebc1c91c1c0 (diff)
Improved old icons (#11190)
* these images are png with a wrong file extention * converted all remaining (non animated) GIFs to PNG * replaced .gif with .png * jpg to png | deleted plugins/Live/images/visitor_profile_background.jpg * changed jpg in templates * replaced favicon.ico with real multisize ico
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/stylesheets/overlay.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/stylesheets/overlay.css b/plugins/Overlay/stylesheets/overlay.css
index 465bf7fb76..784677bc28 100644
--- a/plugins/Overlay/stylesheets/overlay.css
+++ b/plugins/Overlay/stylesheets/overlay.css
@@ -27,7 +27,7 @@ a#overlayTitle .icon-help {
#overlayDateRangeSelection {
padding: 0 0 0 25px;
- background: url(../../Morpheus/images/icon-calendar.gif) 2px center no-repeat;
+ background: url(../../Morpheus/images/icon-calendar.png) 2px center no-repeat;
margin: 20px 10px;
}