From 78aeca190833db43565ed029c8d3efd873ed0776 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 5 Apr 2016 11:03:17 +0200 Subject: Issue #648: Add review feedback --- web-ui/app/scss/views/_mail-list.scss | 7 ++++++- web-ui/app/templates/mails/draft.hbs | 2 +- web-ui/app/templates/mails/trash.hbs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/views/_mail-list.scss b/web-ui/app/scss/views/_mail-list.scss index 5b458fef..417fabc2 100644 --- a/web-ui/app/scss/views/_mail-list.scss +++ b/web-ui/app/scss/views/_mail-list.scss @@ -16,6 +16,7 @@ &.status-read { font-weight: normal; + color: $attachment_text; } &.selected { @@ -63,6 +64,10 @@ text-overflow: ellipsis; white-space: nowrap; width: 85%; + + &-icon { + color: $light_gray; + } } &-attachment { @@ -70,7 +75,7 @@ text-align: right; display: inline-block; float: right; - color: $indicator_icon_color; + color: $light_gray; } &-tags { diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index 9f4192cc..d223c0a4 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -17,7 +17,7 @@
- + {{#if header.subject }} {{header.subject}} {{else}} diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs index b822d12f..f8947b15 100644 --- a/web-ui/app/templates/mails/trash.hbs +++ b/web-ui/app/templates/mails/trash.hbs @@ -15,7 +15,7 @@
- + {{ header.subject }}
-- cgit v1.2.3