Make WordPress Core

Ticket #26541: 26541-2.diff

File 26541-2.diff, 873 bytes (added by morganestes, 11 years ago)

Fixes problems 3 & 4

  • wp-admin/css/wp-admin.css

     
    65706573.theme-browser .theme.add-new-theme:after {
    65716574        display: block;
    65726575        content: '';
     6576        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    65736577        opacity: 1;
     6578        background: transparent;
    65746579        background: rgba(0, 0, 0, 0);
    65756580        position: absolute;
    65766581        top: 0;
     
    65796584        bottom: 0;
    65806585        padding: 10% 0 0 0;
    65816586        text-shadow: none;
     6587        border: 5px dashed #d5d2ca;
    65826588        border: 5px dashed rgba(0, 0, 0, 0.1);
    65836589        -webkit-transition: opacity 0.2s ease-in-out;
    65846590        transition:         opacity 0.2s ease-in-out;
     
    66266632        border-color: transparent;
    66276633        color: #fff;
    66286634        background: #0074a2;
     6635        content: "";
    66296636}
    66306637
    66316638.theme-browser .theme.add-new-theme .theme-name {