From e2c22fa36777fd08d8c3d25c4b19dcfd7bfef402 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 24 Oct 2016 19:11:35 +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 Built from https://develop.svn.wordpress.org/trunk@38888 git-svn-id: http://core.svn.wordpress.org/trunk@38831 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index a814f9ae20..69ee0aaa53 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 61623d406a..da944c7733 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38887'; +$wp_version = '4.7-alpha-38888'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.