1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Display group avatar on white background in avatar-child (#29824).

git-svn-id: https://svn.redmine.org/redmine/trunk@23955 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-09-07 07:00:21 +00:00
parent 343a2b4f2e
commit 5aba17319d

View File

@ -2198,6 +2198,10 @@ div.avatar-with-child > .avatar:nth-child(2) {
border: 2px solid rgba(255, 255, 255, 0.9);
}
div.avatar-with-child > .avatar:nth-child(2).group-avatar {
background-color: #ffffff;
}
h2 .avatar, h3 .avatar {margin-right: 4px;}
h4 img.gravatar {margin: -2px 4px -4px 0;}
/*# TODO: check where this rule is still used*/