Skip to content

Commit

Permalink
Moved widget and menu colors from theme.less to theme-advanced.less
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 21, 2015
1 parent 6279eca commit fdbe94d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/Morpheus/stylesheets/theme-advanced.less
Expand Up @@ -6,12 +6,5 @@

@theme-color-border: @color-silver-l80;

@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;

@theme-color-code: #F3F3F3;
@theme-color-code-background: #4D4D4D;
7 changes: 7 additions & 0 deletions plugins/Morpheus/stylesheets/theme.less
Expand Up @@ -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;

0 comments on commit fdbe94d

Please sign in to comment.