From b5178a3ffd003625fc9ecb10872b36fdbae6598b Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Tue, 17 Aug 2021 19:56:10 +0200 Subject: [PATCH] Fix fonts for inputs being of wrong colors --- res/css/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/_common.scss b/res/css/_common.scss index fa925eba5b..ae565d2fe8 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -168,7 +168,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus { // it has the appearance of a text box so the controls // appear to be part of the input -.mx_Dialog, .mx_MatrixChat { +.mx_Dialog, .mx_MatrixChat_wrapper { .mx_textinput > input[type=text], .mx_textinput > input[type=search] { border: none;