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:
authorThomas ZILLIOX <thomas@zilliox.me>2014-05-14 20:05:03 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2014-05-15 20:56:49 +0400
commit5228f7deb5a44f95611db93106100c7aaa13fef3 (patch)
tree028b60ead4c5cf0e4f5bdef6ad991ee150e88300 /plugins/Transitions
parentfd61cbd738ecf5109cf434c193fa682e5ea5a7f2 (diff)
Use less theme variable to allow easy override
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/stylesheets/transitions.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Transitions/stylesheets/transitions.less b/plugins/Transitions/stylesheets/transitions.less
index 978ffdd86a..a5c250bbf0 100644
--- a/plugins/Transitions/stylesheets/transitions.less
+++ b/plugins/Transitions/stylesheets/transitions.less
@@ -39,7 +39,6 @@
position: absolute;
background: rgba(0, 0, 0, 0); /* without this, IE9 triggers hover only on the text, not the box */
z-index: 1506;
- font-family: Arial, Helvetica, sans-serif;
word-wrap: break-word;
text-align: left;
cursor: default;
@@ -132,7 +131,7 @@ span.Transitions_Metric {
}
.Transitions_Value0 {
- color: #666;
+ color: @theme-color-text-lighter;
}
.Transitions_TitleOfOpenGroup {