From b3481f197e560639490331192b24953f1cc8e8da Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 21 Feb 2017 08:59:23 +0100 Subject: [PATCH] Article View - use greyed out color instead of opacity to tone down the text and icon color because opacity makes the text look ugly --- app/assets/stylesheets/zammad.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 4aa9f28c6..b25c022e0 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4725,17 +4725,15 @@ footer { .article-action { padding-top: 5px; margin-top: 5px; - color: black; + color: hsl(198,4%,56%); font-size: 12px; text-align: center; - opacity: 0.5; @extend .u-clickable; } .article-action:hover { color: black; text-decoration: none; - opacity: 1; } .article-action-icon { @@ -4743,6 +4741,7 @@ footer { vertical-align: top; width: 17px; height: 17px; + fill: currentColor; } .article-add {