Add -webkit-appearance to default.css

This commit is contained in:
Omar Roth 2019-02-26 12:21:19 -06:00
parent 27cd1e73f3
commit a03958d937

View File

@ -150,6 +150,7 @@ img.thumbnail {
box-shadow: none;
transition: 0.1s border-bottom;
-webkit-appearance: none;
}
.navbar > .searchbar .pure-form fieldset {