From 243464b44bbc4d78f4c5aa79b4c70b7444456677 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 25 Nov 2015 18:26:04 -0300 Subject: Issue #298 - Making trash, draft and attachment icons color lighter on mail list --- web-ui/app/scss/styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index ce9f2300..7f4d352a 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -132,6 +132,10 @@ } } } + + i.fa-pencil, i.fa-trash-o { + color: $indicator_icon_color; + } } .received-date, .sent-date { @@ -143,6 +147,10 @@ .attachment-indicator { margin: 2px 0 0 25px; font-size: initial; + + i.fa-paperclip { + color: $indicator_icon_color; + } } .from { white-space: nowrap; -- cgit v1.2.3