fixing css for 1.19-1

This commit is contained in:
Kibi Kelburton 2021-10-14 11:59:11 +02:00
parent 2cf30d8b6d
commit f317439ad5

View File

@ -364,4 +364,9 @@ span.mx_MVideoBody video.mx_MVideoBody {
width: 15px;
top: 5px;
left: 7px;
}
/* in v 1.19.1 the access menu had no color anymore, this attempts to fix it */
.mx_AccessibleButton.mx_MessageActionBar_maskButton::after {
background: white;
}