From 71cbe11ee3192614193e594d0842c20b4ca5e7cf Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 24 Oct 2016 19:10:59 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyseventeen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index a814f9ae20..69ee0aaa53 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -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;