Fix fonts for inputs being of wrong colors

This commit is contained in:
Dariusz Niemczyk 2021-08-17 19:56:10 +02:00
parent 6310949bc8
commit b5178a3ffd
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6

View file

@ -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 // it has the appearance of a text box so the controls
// appear to be part of the input // 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=text],
.mx_textinput > input[type=search] { .mx_textinput > input[type=search] {
border: none; border: none;