forked from extern/egroupware
Use box-shadow around avatars instead of border, borders in zoomed mode would cut edges.
This commit is contained in:
parent
b43b5119c8
commit
f89eff7dfe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user