Fix full-dark not covers search textbox

This commit is contained in:
KMY 2023-08-23 12:47:56 +09:00
parent 98165952f1
commit a97231e487

View file

@ -1,4 +1,6 @@
input[type='text'],
input[type='search'],
input[type='number'],
input:not([type]),
textarea {
background: $ui-base-color !important;