Make WordPress Core

Changeset 27448


Ignore:
Timestamp:
03/07/2014 02:45:18 AM (10 years ago)
Author:
wonderboymusic
Message:

Remove the box-shadow from the separator in the right sidebar of the media modal.

Props avryl.
Fixes #27217.

File:
1 edited

Legend:

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

    r27445 r27448  
    517517    left: 0;
    518518    bottom: 0;
    519     width: 199px;
     519    width: 200px;
    520520    z-index: 150;
    521521}
     
    13301330    line-height: 18px;
    13311331    color: #666;
    1332     border-bottom: 1px solid #e5e5e5;
    1333     -webkit-box-shadow: 0 1px 0 #fff;
    1334     box-shadow: 0 1px 0 #fff;
     1332    border-bottom: 1px solid #ddd;
    13351333    padding-bottom: 11px;
    13361334}
Note: See TracChangeset for help on using the changeset viewer.