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/Transitions/stylesheets/transitions.less')
-rw-r--r--plugins/Transitions/stylesheets/transitions.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Transitions/stylesheets/transitions.less b/plugins/Transitions/stylesheets/transitions.less
index bc5f8fe0a3..3ddbe1d12d 100644
--- a/plugins/Transitions/stylesheets/transitions.less
+++ b/plugins/Transitions/stylesheets/transitions.less
@@ -66,6 +66,10 @@
overflow: hidden;
color: #255792;
margin: 0;
+
+ a {
+ color: inherit;
+ }
}
.Transitions_Pageviews {
@@ -195,4 +199,4 @@ body .ui-tooltip.Transitions_Tooltip_Small {
.Transitions_SingleLine {
font-size: 12px;
height: 21px;
-} \ No newline at end of file
+}