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

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

See #33311.

git-svn-id: https://develop.svn.wordpress.org/trunk@35648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-11-16 20:32:24 +00:00
parent aff0065f28
commit ffb099099a
1 changed files with 1 additions and 1 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);
}
}