Skip to content

Commit

Permalink
add examples.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Mar 20, 2015
1 parent 53c25b8 commit f9f07ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/examples.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.wrapper{
width: 300px;
margin: 10px 20px;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}

0 comments on commit f9f07ed

Please sign in to comment.