From f317439ad52b4490e9203618cee124d70b525733 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 14 Oct 2021 11:59:11 +0200 Subject: [PATCH] fixing css for 1.19-1 --- custom.css | 5 +++++ 1 file changed, 5 insertions(+) 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