diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 0f17b1958c..cc93251d53 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -933,6 +933,7 @@ input[type="datetime-local"], input[type="color"], textarea { color: #666; + background: #fff; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border: 1px solid #bbb; -webkit-border-radius: 3px; diff --git a/wp-includes/version.php b/wp-includes/version.php index 6cd85baf8f..fde1e3035e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39386'; +$wp_version = '4.8-alpha-39388'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.