Make WordPress Core

Changeset 22377


Ignore:
Timestamp:
11/05/2012 08:32:50 PM (12 years ago)
Author:
nacin
Message:

HiDPI Press This bookmarklet image. props empireoflight. see #21019.

Location:
trunk/wp-admin
Files:
1 added
1 edited

Legend:

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

    r22364 r22377  
    49984998.pressthis a span {
    49994999    background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
     5000    background-size: 24px 20px;
    50005001    padding: 8px 11px 8px 27px;
    50015002    margin: 0 5px;
     
    50205021}
    50215022
     5023@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     5024    .pressthis a span {
     5025        background-image: url(../images/press-this-2x.png?v=20121105);
     5026    }
     5027}
    50225028
    50235029/*------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.