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/Morpheus/stylesheets/base/icons.css')
-rw-r--r--plugins/Morpheus/stylesheets/base/icons.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/base/icons.css b/plugins/Morpheus/stylesheets/base/icons.css
index 2c19c30050..219e355d78 100644
--- a/plugins/Morpheus/stylesheets/base/icons.css
+++ b/plugins/Morpheus/stylesheets/base/icons.css
@@ -236,7 +236,7 @@
content: "\e641";
}
.icon-play:before {
- content: "\e643";
+ content: "\e038";
}
.icon-visitor-profile:before {
content: "\e644";
@@ -315,4 +315,25 @@
}
.icon-archive:before {
content: "\e95e";
+}
+.icon-fast-forward:before {
+ content: "\e01f";
+}
+.icon-fast-rewind:before {
+ content: "\e020";
+}
+.icon-pause:before {
+ content: "\e035";
+}
+.icon-replay:before {
+ content: "\e042";
+}
+.icon-skip-next:before {
+ content: "\e044";
+}
+.icon-skip-previous:before {
+ content: "\e045";
+}
+.icon-stop:before {
+ content: "\e047";
} \ No newline at end of file