fix(search): fix input style
This commit is contained in:
parent
bf1ae7802d
commit
2d6a51b057
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ function style () {
|
|||
padding: 7px;
|
||||
line-height: 22px;
|
||||
font-size: 14px;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.search h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue