Fix autosuggestion background color in dark mode (#2276)
This commit is contained in:
parent
abe8c39c5b
commit
b2ad6c8a41
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
max-height: 10em;
|
||||
overflow-y: auto;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #fff;
|
||||
background-color: -moz-field;
|
||||
z-index: 2;
|
||||
|
||||
margin-left: -3px;
|
||||
|
|
Loading…
Reference in a new issue