Skip to content

Commit

Permalink
fixing some theme colors and introduced new variable brand-contrast u…
Browse files Browse the repository at this point in the history
…sed currently only for button text color
  • Loading branch information
tsteur committed May 21, 2014
1 parent 5be079f commit acd0f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/CorePluginsAdmin/stylesheets/marketplace.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

a {
color: #255792;
color: @theme-color-link;
text-decoration: none;
}

Expand Down
4 changes: 2 additions & 2 deletions plugins/Morpheus/stylesheets/general/_forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ button[type="button"],
.submit {
.border-radius(3px) !important;
background: none !important;
background-color: #d3291f !important;
background-color: @theme-color-brand !important;
.box-shadow(~"0 1px 1px rgba(13,13,13,.3), inset 0 -1px 0 rgba(13,13,13,.1)");
#gradient > .vertical(rgba(255,255,255,.15), rgba(255,255,255,0)) !important;
.font-default(12px, 16px) !important;
color: #fff !important;;
color: @theme-color-brand-contrast !important;;
font-weight: normal;
padding: 5px 15px !important;
text-align: center;
Expand Down
1 change: 1 addition & 0 deletions plugins/Zeitgeist/stylesheets/less/_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Theme colors
// Variable pattern: @theme-color-<role>[-<modifier>]
@theme-color-brand: @color-red-piwik;
@theme-color-brand-contrast: @color-white;
@theme-color-text: @color-black-piwik;
@theme-color-text-light: #444;
@theme-color-text-lighter: @color-silver-l40;
Expand Down

0 comments on commit acd0f95

Please sign in to comment.