Make WordPress Core

Ticket #22446: 22446.issue-1.patch

File 22446.issue-1.patch, 618 bytes (added by ocean90, 12 years ago)
  • wp-includes/css/media-views.css

     
    311311        margin: 0;
    312312        padding: 16px 0;
    313313        z-index: 200;
    314         box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
     314        box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.1 );
     315        border-right: 1px solid #dfdfdf;
    315316        -webkit-user-select: none;
    316317        -moz-user-select: none;
    317318        -ms-user-select: none;
     
    11281129        width: 100%;
    11291130        max-width: 400px;
    11301131        margin: 1px 0;
    1131 }
    1132  No newline at end of file
     1132}