From ffb099099a9fb031a4ef35c39663bedd73ad911a Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 16 Nov 2015 20:32:24 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 554907a099..81afe4f925 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -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); } }