Make WordPress Core

Ticket #26541: 26541.1.diff

File 26541.1.diff, 2.5 KB (added by matveb, 11 years ago)
  • 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: #222;
    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;
     
    66216634}
    66226635
    66236636.theme-browser .theme.add-new-theme span:after {
     6637        background: #e5e5e5;
    66246638        background: rgba(153, 153, 153, 0.1);
    66256639        border-radius: 50%;
    66266640        display: inline-block;
     
    66596673        border-color: transparent;
    66606674        color: #fff;
    66616675        background: #0074a2;
     6676        content: '';
    66626677}
    66636678
    66646679.theme-browser .theme.add-new-theme .theme-name {
     
    67006715        right: 0;
    67016716        top: 0;
    67026717        bottom: 0;
     6718        background: #f1f1f1;
    67036719        background: rgba( 238, 238, 238, 0.9 );
    67046720        z-index: 10;
    67056721}
     
    68536869        border-top: 1px solid #eee;
    68546870}
    68556871
     6872.ie8 .theme-overlay .theme-actions {
     6873        border: 1px solid #eee;
     6874}
     6875
    68566876.theme-overlay .theme-actions a {
    68576877        margin-right: 5px;
    68586878        margin-bottom: 5px;