Merge branch 'master' of github.com:torkelo/grafana-private into pro

This commit is contained in:
Torkel Ödegaard
2014-11-27 14:59:58 +01:00
16 changed files with 158 additions and 41 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
@grayDark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555
@grayLight: lighten(#000, 60%); // #999
@grayLighter: lighten(#000, 93.5%); // #eee
@grayLighter: lighten(#000, 97.5%); // #eee
@white: #fff;
@@ -53,14 +53,14 @@
// Scaffolding
// -------------------------
@bodyBackground: @grayLighter;
@bodyBackground: #EAEAEA;
@textColor: #666;
// Links
// -------------------------
@linkColor: @textColor;
@linkColorDisabled: lighten(@linkColor,35%);
@linkColor: darken(@textColor, 20%);
@linkColorDisabled: lighten(@linkColor,30%);
@linkColorHover: @blue;