Thickbox: Change only the background-image property for HiDPI screens.

`background` resets `background-size` and makes the spinner fuzzy. Introduced in [35418].

See #33311.
Built from https://develop.svn.wordpress.org/trunk@35648


git-svn-id: http://core.svn.wordpress.org/trunk@35612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-11-16 20:33:25 +00:00
parent a7848ea08b
commit c29fe96196
5 changed files with 5 additions and 5 deletions

View File

@ -2764,7 +2764,7 @@ body.index-php #TB_window.thickbox-loading:before {
body.plugins-php #TB_window.thickbox-loading:before,
body.update-core-php #TB_window.thickbox-loading:before,
body.index-php #TB_window.thickbox-loading:before {
background: #fcfcfc url(../images/spinner-2x.gif) no-repeat center;
background-image: url(../images/spinner-2x.gif);
}
}

View File

@ -2764,7 +2764,7 @@ body.index-php #TB_window.thickbox-loading:before {
body.plugins-php #TB_window.thickbox-loading:before,
body.update-core-php #TB_window.thickbox-loading:before,
body.index-php #TB_window.thickbox-loading:before {
background: #fcfcfc url(../images/spinner-2x.gif) no-repeat center;
background-image: url(../images/spinner-2x.gif);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35647';
$wp_version = '4.4-beta4-35648';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.