Make WordPress Core


Ignore:
Timestamp:
07/24/2014 09:06:42 PM (10 years ago)
Author:
wonderboymusic
Message:

Media Grid CSS: Media modal close icon should be consistent with other modals.

Props celloexpressions.
Fixes #29012.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r29124 r29287  
    417417}
    418418
     419.media-modal-close:hover,
     420.edit-attachment-frame .edit-media-header .right:hover,
     421.edit-attachment-frame .edit-media-header .left:hover,
     422.media-modal-close:focus,
     423.edit-attachment-frame .edit-media-header .right:focus,
     424.edit-attachment-frame .edit-media-header .left:focus {
     425    background: $menu-highlight-background;
     426    color: $menu-highlight-text;
     427}
    419428
    420429/* Themes */
Note: See TracChangeset for help on using the changeset viewer.