From cbca1f376aa7b8bf5e8c6d24cbd04d66ebc19c64 Mon Sep 17 00:00:00 2001 From: Mantas Date: Fri, 21 Aug 2020 16:05:40 +0300 Subject: [PATCH] Fixes #3159 - greyed out Avatar is not displayed correctly in the caller log --- app/assets/stylesheets/zammad.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 8f149ebc7..169cf5300 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1247,8 +1247,13 @@ th.align-right { } .avatar { + opacity: 0.5; + } + + .avatar--unique { background: hsl(120,1%,86%); text-shadow: none; + opacity: initial; } }