change grey background to fit better into common app styling

This commit is contained in:
Mario Volke 2014-11-10 17:49:20 +01:00 committed by Tankred Hase
parent 5eafb448c8
commit 82f02312ea
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ $color-grey-dark: #333;
$color-grey-medium: #999;
$color-grey-light: #ccc;
$color-grey-lighter: #ddd;
$color-grey-lighterer: #f0eff5;
$color-grey-lighterer: #f4f4f4;
$color-grey-lightest: #f9f9f9;
$color-grey-dark-alpha: rgba(0, 0, 0, 0.80);

View File

@ -326,7 +326,7 @@
$cell-padding-horizontal: 10px;
display: table-row;
background: mix($color-bg, $color-border-light, 70%);
background: $color-bg-dark;
color: $color-grey;
cursor: pointer;