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 Steur <thomas.steur@gmail.com>2016-01-19 02:15:50 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-19 02:15:50 +0300
commit0698efa8f8225b8eccab93038da51902f7acb8cf (patch)
treef10a18881e43c2c424350df990b82b05d4e7edbb /plugins/ExampleTheme
parent19e7cf3e3c84d239b1f46c212d92c75272602120 (diff)
Make text color of selected item themable
Diffstat (limited to 'plugins/ExampleTheme')
-rw-r--r--plugins/ExampleTheme/stylesheets/theme.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleTheme/stylesheets/theme.less b/plugins/ExampleTheme/stylesheets/theme.less
index 2763f2216d..6b68780734 100644
--- a/plugins/ExampleTheme/stylesheets/theme.less
+++ b/plugins/ExampleTheme/stylesheets/theme.less
@@ -12,6 +12,7 @@
@theme-color-menu-contrast-text: #666666;
@theme-color-menu-contrast-textActive: #0d0d0d;
+@theme-color-menu-contrast-textSelected: @theme-color-menu-contrast-text;
@theme-color-menu-contrast-background: #f2f2f2;
@theme-color-text: #0d0d0d;