search inputs should use the same style as text inputs

This commit is contained in:
tophf 2020-10-12 14:32:08 +03:00
parent b8dad52985
commit af63ea8b6d

View File

@ -58,7 +58,8 @@ input {
font: inherit;
}
input:not([type]) {
input:not([type]),
input[type=search] {
background: #fff;
color: #000;
height: 22px;