Make WordPress Core

Changeset 35648


Ignore:
Timestamp:
11/16/2015 08:32:24 PM (9 years ago)
Author:
ocean90
Message:

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

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

See #33311.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r35616 r35648  
    27652765    body.update-core-php #TB_window.thickbox-loading:before,
    27662766    body.index-php #TB_window.thickbox-loading:before {
    2767         background: #fcfcfc url(../images/spinner-2x.gif) no-repeat center;
     2767        background-image: url(../images/spinner-2x.gif);
    27682768    }
    27692769}
Note: See TracChangeset for help on using the changeset viewer.