Fixes #3159 - greyed out Avatar is not displayed correctly in the caller log
This commit is contained in:
parent
de22f60826
commit
cbca1f376a
1 changed files with 5 additions and 0 deletions
|
@ -1247,8 +1247,13 @@ th.align-right {
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar--unique {
|
||||||
background: hsl(120,1%,86%);
|
background: hsl(120,1%,86%);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
opacity: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue