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:
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/live.less12
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less2
2 files changed, 2 insertions, 12 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 5f121dce8c..7d4d87ea37 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -223,17 +223,7 @@ ol.actionList > li:not(.pageviewActions) {
margin-top: 2px;
float: left;
margin-right: 5px;
-
- // copied frim [class^=icon-] style
- font-family: 'matomo' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
+ .matomo-icon();
}
}
}
diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less
index 0fd91fb8fd..aa199cdfd5 100644
--- a/plugins/Live/stylesheets/visitor_profile.less
+++ b/plugins/Live/stylesheets/visitor_profile.less
@@ -78,12 +78,12 @@
margin-right: 5px;
&:before {
+ .matomo-icon();
color: #000;
background-color: #fff;
font-size: 16px;
line-height: 16px;
font-weight: 400;
- font-family: matomo;
padding: 1px;
height: 18px;
display: block;