Twenty Seventeen: iPad mini, iPhone 5 search form rendering issues fix

On the these devices, there is an issue with the button rendering for the search form. This resolves that.

Props Caspie, alex27, davidakennedy
Fixes #38396



git-svn-id: https://develop.svn.wordpress.org/trunk@38888 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2016-10-24 19:10:59 +00:00
parent 81c6e564fc
commit 71cbe11ee3

View File

@ -936,6 +936,7 @@ input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #bbb;
-webkit-border-radius: 3px;
border-radius: 3px;