mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
make input fields on a dark panel have a white background (filter field)
This commit is contained in:
parent
fdadc615f7
commit
4148f1697c
@ -171,7 +171,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
||||
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=search],
|
||||
.mx_textinput {
|
||||
color: $input-darker-fg-color;
|
||||
background-color: $input-darker-bg-color;
|
||||
background-color: $primary-bg-color;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user