Make WordPress Core

Ticket #26541: 26541.diff

File 26541.diff, 2.0 KB (added by nacin, 11 years ago)

Combined patch for I think everything.

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

     
    63736373        box-sizing:         border-box;
    63746374}
    63756375
     6376.ie8 .theme-browser .theme {
     6377        width: 30%;
     6378        margin: 0 3% 4% 0;
     6379}
     6380
    63766381.theme-browser .theme:nth-child(3n) {
    63776382        margin-right: 0;
    63786383}
     
    63986403
    63996404/* Activate and Customize buttons, shown on hover */
    64006405.theme-browser .theme .theme-actions {
     6406        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64016407        opacity: 0;
    64026408        -webkit-transition: opacity 0.1s ease-in-out;
    64036409        transition:         opacity 0.1s ease-in-out;
     
    64116417}
    64126418
    64136419.theme-browser .theme:hover .theme-actions {
     6420        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    64146421        opacity: 1;
    64156422}
    64166423
     
    64636470}
    64646471
    64656472.theme-browser .theme .more-details {
     6473        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64666474        opacity: 0;
    64676475        position: absolute;
    64686476                top: 35%;
    64696477                right: 25%;
    64706478                left: 25%;
     6479        background: rgb(0,0,0);
    64716480        background: rgba(0,0,0,0.7);
    64726481        color: #fff;
    64736482        font-size: 15px;
     
    65006509}
    65016510
    65026511.theme-browser.rendered .theme:hover .more-details {
     6512        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    65036513        opacity: 1;
    65046514}
    65056515
     
    66036613.theme-browser .theme.add-new-theme:after {
    66046614        display: block;
    66056615        content: '';
     6616        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    66066617        opacity: 1;
     6618        background: transparent;
    66076619        background: rgba(0, 0, 0, 0);
    66086620        position: absolute;
    66096621        top: 0;
     
    66126624        bottom: 0;
    66136625        padding: 10% 0 0 0;
    66146626        text-shadow: none;
     6627        border: 5px dashed #d5d2ca;
    66156628        border: 5px dashed rgba(0, 0, 0, 0.1);
    66166629        -webkit-transition: opacity 0.2s ease-in-out;
    66176630        transition:         opacity 0.2s ease-in-out;
     
    66596672        border-color: transparent;
    66606673        color: #fff;
    66616674        background: #0074a2;
     6675        content: "";
    66626676}
    66636677
    66646678.theme-browser .theme.add-new-theme .theme-name {