summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-02-28 11:34:49 +0100
committerGitHub <noreply@github.com>2024-02-28 11:34:49 +0100
commitb2e98443f0fee44582b792997ab2244ded3c25b2 (patch)
tree9c9e46cfdc633f32d7733c8204b6784465927e96 /css
parent78e0482fa998affa8e8591dd67d112ef24240292 (diff)
parent9b6c2366fdf176ba58debe8ad320eba83d6664aa (diff)
Merge pull request #11661 from nextcloud/fix/noid/adjust-mention-icons
style: align mention icons with conversation icons
Diffstat (limited to 'css')
-rw-r--r--css/icons.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/icons.css b/css/icons.css
index e5d416c3f..0c857cf7b 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -93,12 +93,16 @@
* not accept several classes. */
.user-bubble__avatar .avatar-class-icon.icon-group-forced-white,
.tribute-container .icon-group-forced-white {
+ background-color: var(--color-text-maxcontrast-default);
background-image: url(../img/icon-contacts-white.svg);
+ background-size: 75%;
}
.user-bubble__avatar .avatar-class-icon.icon-user-forced-white,
.tribute-container .icon-user-forced-white {
- background-image: url(../img/icon-user-white.svg)
+ background-color: var(--color-text-maxcontrast-default);
+ background-image: url(../img/icon-user-white.svg);
+ background-size: 75%;
}
/* Needed to use white color also in dark mode. */