Skip to content

Commit

Permalink
[FIX] font-size in search input
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent adbc60c commit db2d5ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 16px;
}
.main-navigation__search-box._header-top-search-btn input {
background: @header-top-bg-color;
Expand Down Expand Up @@ -1211,6 +1212,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 16px;
}
.header-middle__search-input:focus {
outline: none;
Expand Down

0 comments on commit db2d5ee

Please sign in to comment.