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:
parent
81c6e564fc
commit
71cbe11ee3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user