Browse Source
Merge pull request #11661 from nextcloud/fix/noid/adjust-mention-icons
style: align mention icons with conversation icons
pull/11670/head
Joas Schilling
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
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. */ |
|
|
|
|