search inputs should use the same style as text inputs
This commit is contained in:
parent
b8dad52985
commit
af63ea8b6d
|
@ -58,7 +58,8 @@ input {
|
|||
font: inherit;
|
||||
}
|
||||
|
||||
input:not([type]) {
|
||||
input:not([type]),
|
||||
input[type=search] {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
height: 22px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user