diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-09 22:26:43 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 10:25:43 -0300 |
commit | 3aacee267ccd49d61a18cbaf0a0c90df5480f696 (patch) | |
tree | 6811980b4d42b6a59794dc5190c3b71784e7316f /web-ui | |
parent | 5530f831d9972ade1c51ddbecf815fe19f5897a5 (diff) |
UI redesign - Changing mail list items background color
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/_colors.scss | 2 | ||||
-rw-r--r-- | web-ui/app/scss/styles.scss | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss index 903ecb94..b0a88978 100644 --- a/web-ui/app/scss/_colors.scss +++ b/web-ui/app/scss/_colors.scss @@ -7,7 +7,7 @@ $error: #D72A25; $attention: #F6A40A; $success: #2DAB49; -$contrast: #F2F3ED; +$contrast: #EEE; $top_pane: #EAEAEA; $secondary: #3E3A37; $primary_color: #EF4E2F; diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 823a168a..3f2caca8 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -80,7 +80,7 @@ height: 75px; position: relative; padding: 12px 10px; - background: lighten($contrast, 2%); + background: $contrast; border-bottom: 1px solid white; cursor: pointer; font-weight: bold; @@ -134,7 +134,6 @@ } &.status-read { - background: $contrast; a { font-weight: normal; color: #555; |