Browse Source

Fixes #3159 - greyed out Avatar is not displayed correctly in the caller log

Mantas 4 years ago
parent
commit
cbca1f376a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/assets/stylesheets/zammad.scss

+ 5 - 0
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;
   }
 }