diff --git a/custom.css b/custom.css index c4978e8..5837911 100644 --- a/custom.css +++ b/custom.css @@ -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; } \ No newline at end of file