Make WordPress Core

Changeset 29614


Ignore:
Timestamp:
08/26/2014 04:36:53 AM (11 years ago)
Author:
helen
Message:

Media: Fix keying of selected attachments to color schemes.

props celloexpressions. see #28822.

File:
1 edited

Legend:

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

    r29542 r29614  
    415415
    416416.details.attachment {
    417     box-shadow: 0 0 0 1px #fff, 0 0 0 5px $highlight-color;
     417    box-shadow:
     418        inset 0 0 0 3px #fff,
     419        inset 0 0 0 7px $highlight-color;
    418420}
    419421
     
    421423    background-color: $highlight-color;
    422424    box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color;
     425}
     426
     427.media-selection .attachment.selection.details .thumbnail {
     428    -webkit-box-shadow:
     429        0px 0px 0px 1px #fff,
     430        0px 0px 0px 3px $highlight-color;
     431    box-shadow:
     432        0px 0px 0px 1px #fff,
     433        0px 0px 0px 3px $highlight-color;
    423434}
    424435
Note: See TracChangeset for help on using the changeset viewer.