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.