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/Annotations/stylesheets/annotations.less')
-rw-r--r--plugins/Annotations/stylesheets/annotations.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Annotations/stylesheets/annotations.less b/plugins/Annotations/stylesheets/annotations.less
index 6270ebbe05..74ede38ba3 100644
--- a/plugins/Annotations/stylesheets/annotations.less
+++ b/plugins/Annotations/stylesheets/annotations.less
@@ -3,6 +3,15 @@
height: 18px;
width: 100%;
cursor: pointer;
+
+ .icon-annotation {
+ font-size: 16px;
+ color: #666666;
+ }
+
+ .icon-annotation.starred {
+ color: @theme-color-brand;
+ }
}
.evolution-annotations > span {