Refine search styling

This commit is contained in:
Michael Rose
2017-11-15 15:50:51 -05:00
parent 19f6d32745
commit f39b15a362
4 changed files with 364 additions and 370 deletions

View File

@@ -172,7 +172,7 @@ input[type="checkbox"] {
}
input[type="search"] { /* Appearance in Safari/Chrome*/
box-sizing: content-box;
box-sizing: border-box;
-webkit-appearance: textfield;
}