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:
parent
aff0065f28
commit
ffb099099a
@ -2764,7 +2764,7 @@ body.index-php #TB_window.thickbox-loading:before {
|
|||||||
body.plugins-php #TB_window.thickbox-loading:before,
|
body.plugins-php #TB_window.thickbox-loading:before,
|
||||||
body.update-core-php #TB_window.thickbox-loading:before,
|
body.update-core-php #TB_window.thickbox-loading:before,
|
||||||
body.index-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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user