set background on highlighted messages
This commit is contained in:
parent
daa2250023
commit
fc3c4fccc2
3 changed files with 17 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue