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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-21 17:45:12 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-21 17:49:18 +0300
commitfdbe94d0fef1269d197506143802ca741aa619c4 (patch)
treec50ca237d01fc6209c2617db022fad90330d39bc /plugins/Morpheus/stylesheets/theme.less
parent6279eca39ad487ab8736027fa0db991739fb16f7 (diff)
Moved widget and menu colors from theme.less to theme-advanced.less
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 3983a92d78..371b501830 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -11,3 +11,10 @@
@theme-color-text-lighter: @color-silver-l40;
@theme-color-link: @color-blue-piwik;
@theme-color-base-series: #ee3024;
+
+@theme-color-menu-contrast-text: @theme-color-text-lighter;
+@theme-color-menu-contrast-textActive: @theme-color-text;
+@theme-color-menu-contrast-background: @theme-color-background-tinyContrast;
+
+@theme-color-widget-title-text: @theme-color-text;
+@theme-color-widget-title-background: @theme-color-background-tinyContrast;