mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
change grey background to fit better into common app styling
This commit is contained in:
parent
5eafb448c8
commit
82f02312ea
@ -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);
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user