Make WordPress Core

Changeset 27577


Ignore:
Timestamp:
03/18/2014 12:16:35 AM (11 years ago)
Author:
nacin
Message:

Style the cursor in the image editor in the media modal.

props tomauger.
fixes #27392.

File:
1 edited

Legend:

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

    r27532 r27577  
    544544    line-height: 28px;
    545545    color: #777;
     546    cursor: pointer;
    546547}
    547548
     
    563564    filter: alpha(opacity=50);
    564565    opacity: 0.5;
     566    cursor: default;
    565567}
    566568
Note: See TracChangeset for help on using the changeset viewer.