From 5aba17319da66306393ea264acc65a8ed0346049 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 7 Sep 2025 07:00:21 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 08ad8bac4..bc862924d 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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*/