make input fields on a dark panel have a white background (filter field)

pull/21833/head
Bruno Windels 2019-09-10 10:59:36 +02:00 committed by David Baker
parent f32b1f4f39
commit 0a31c2662a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}