Skip to content

Commit

Permalink
fix(search): fix input style
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 17, 2017
1 parent bf1ae78 commit 2d6a51b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/search/component.js
Expand Up @@ -30,6 +30,9 @@ function style () {
padding: 7px;
line-height: 22px;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.search h2 {
Expand Down

0 comments on commit 2d6a51b

Please sign in to comment.