Make WordPress Core

Changeset 27007


Ignore:
Timestamp:
01/22/2014 06:53:34 PM (11 years ago)
Author:
nacin
Message:

Themes screen: Various IE8 adjustments and fixes.

props morganestes, matveb.
fixes #26541.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26999 r27007  
    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;
     
    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;
     
    64126418
    64136419.theme-browser .theme:hover .theme-actions {
     6420    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    64146421    opacity: 1;
    64156422}
     
    64646471
    64656472.theme-browser .theme .more-details {
     6473    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64666474    opacity: 0;
    64676475    position: absolute;
     
    64696477        right: 25%;
    64706478        left: 25%;
     6479    background: #222;
    64716480    background: rgba(0,0,0,0.7);
    64726481    color: #fff;
     
    65016510
    65026511.theme-browser.rendered .theme:hover .more-details {
     6512    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    65036513    opacity: 1;
    65046514}
     
    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;
     
    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;
     
    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%;
     
    66606674    color: #fff;
    66616675    background: #0074a2;
     6676    content: '';
    66626677}
    66636678
     
    67016716    top: 0;
    67026717    bottom: 0;
     6718    background: #f1f1f1;
    67036719    background: rgba( 238, 238, 238, 0.9 );
    67046720    z-index: 10;
     
    68526868    box-sizing: border-box;
    68536869    border-top: 1px solid #eee;
     6870}
     6871
     6872.ie8 .theme-overlay .theme-actions {
     6873    border: 1px solid #eee;
    68546874}
    68556875
Note: See TracChangeset for help on using the changeset viewer.