mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
CSS for room notif pills in composer
This commit is contained in:
parent
fb8e41a9c1
commit
e1eba559fe
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
|
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
|
||||||
.mx_EventTile_content .mx_AtRoomPill {
|
.mx_EventTile_content .mx_AtRoomPill,
|
||||||
|
.mx_MessageComposer_input .mx_AtRoomPill {
|
||||||
color: $accent-fg-color;
|
color: $accent-fg-color;
|
||||||
background-color: $mention-user-pill-bg-color;
|
background-color: $mention-user-pill-bg-color;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
Loading…
Reference in a new issue