From 2f6c61655a50080c4df6df2ab2ce49aa5baa255f Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 1 Apr 2019 11:40:38 +0200 Subject: [PATCH] Fix the white background under the typing indicator (fixes #669) --- css/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/browser.css b/css/browser.css index 90191f691..90ee06879 100644 --- a/css/browser.css +++ b/css/browser.css @@ -294,3 +294,8 @@ body.show-message-buttons ._4_j4 ._39bj { ._2sdm { background-color: transparent !important; } + +/* Background under the typing indicator */ +._4gd0 { + background-color: transparent !important; +}