Skip to content

Commit

Permalink
fix($layouts): disable ua input styling safari mobile
Browse files Browse the repository at this point in the history
relates to egoist/hack#63

causes input form controls to look like hackcss input controls on iphone
  • Loading branch information
vhscom committed May 12, 2019
1 parent ba1fc15 commit 0118c83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/partials/head/critical-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ blockquote cite::before {
.main {
padding: 20px 10px;
}
input.form-control {
border-radius: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
}
nav a.active {
background-color: #ff2e88;
color: #fff;
Expand Down

0 comments on commit 0118c83

Please sign in to comment.