Themes: restore Theme Installer missing spinner.

Fixes #36730.
Built from https://develop.svn.wordpress.org/trunk@37336


git-svn-id: http://core.svn.wordpress.org/trunk@37302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2016-05-01 15:43:27 +00:00
parent dc5815146e
commit 22bae92301
5 changed files with 7 additions and 5 deletions

View File

@ -2097,7 +2097,8 @@ h3.nav-tab-wrapper {
margin: 4px 10px 0;
}
.spinner.is-active {
.spinner.is-active,
.loading-content .spinner {
visibility: visible;
}

File diff suppressed because one or more lines are too long

View File

@ -2097,7 +2097,8 @@ h3.nav-tab-wrapper {
margin: 4px 10px 0;
}
.spinner.is-active {
.spinner.is-active,
.loading-content .spinner {
visibility: visible;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37335';
$wp_version = '4.6-alpha-37336';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.