From f89eff7dfeea96bad75677d3443d8008badd191e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 19 Feb 2021 11:16:31 +0100 Subject: [PATCH] Use box-shadow around avatars instead of border, borders in zoomed mode would cut edges. --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 8c6a1faf19..2cd3e35cf6 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2948,7 +2948,7 @@ td.avatar { border:none; } .avatar { - border: 1px solid silver; + box-shadow: 0px 0px 0px 1px #c0c0c07a; border-radius: 50%; overflow: hidden; width: 40px;