set background on highlighted messages

This commit is contained in:
Bruno Windels 2019-07-02 18:31:11 +02:00
parent daa2250023
commit fc3c4fccc2
3 changed files with 17 additions and 4 deletions

View file

@ -201,8 +201,12 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
.mx_EventTile_highlight,
.mx_EventTile_highlight .markdown-body
{
color: $warning-color;
{
color: $event-highlight-fg-color;
.mx_EventTile_line {
background-color: $event-highlight-bg-color;
}
}
.mx_EventTile_contextual {