From 3aacee267ccd49d61a18cbaf0a0c90df5480f696 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 9 Oct 2014 22:26:43 -0300 Subject: UI redesign - Changing mail list items background color --- web-ui/app/scss/_colors.scss | 2 +- web-ui/app/scss/styles.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'web-ui/app') 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; -- cgit v1.2.3