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
dcfa8cfdbf
commit
57683ee72d
@ -2934,7 +2934,7 @@ td.avatar {
|
|||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
border: 1px solid silver;
|
box-shadow: 0px 0px 0px 1px #c0c0c07a;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user