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

This commit is contained in:
Mantas 2020-08-21 16:05:40 +03:00
parent de22f60826
commit cbca1f376a

View file

@ -1247,8 +1247,13 @@ th.align-right {
}
.avatar {
opacity: 0.5;
}
.avatar--unique {
background: hsl(120,1%,86%);
text-shadow: none;
opacity: initial;
}
}