Make WordPress Core

Changeset 27008


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

Themes screen: Various IE8 adjustments and fixes.

Merges [27007] to the 3.8 branch.

props morganestes, matveb.
fixes #26541.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/wp-admin.css

    r27001 r27008  
    63976397}
    63986398
     6399.ie8 .theme-browser .theme {
     6400    width: 30%;
     6401    margin: 0 3% 4% 0;
     6402}
     6403
    63996404.theme-browser .theme:nth-child(3n) {
    64006405    margin-right: 0;
     
    64226427/* Activate and Customize buttons, shown on hover */
    64236428.theme-browser .theme .theme-actions {
     6429    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64246430    opacity: 0;
    64256431    -webkit-transition: opacity 0.1s ease-in-out;
     
    64356441
    64366442.theme-browser .theme:hover .theme-actions {
     6443    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    64376444    opacity: 1;
    64386445}
     
    64876494
    64886495.theme-browser .theme .more-details {
     6496    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64896497    opacity: 0;
    64906498    position: absolute;
     
    64926500        right: 25%;
    64936501        left: 25%;
     6502    background: #222;
    64946503    background: rgba(0,0,0,0.7);
    64956504    color: #fff;
     
    65246533
    65256534.theme-browser.rendered .theme:hover .more-details {
     6535    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    65266536    opacity: 1;
    65276537}
     
    66276637    display: block;
    66286638    content: '';
     6639    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    66296640    opacity: 1;
     6641    background: transparent;
    66306642    background: rgba(0, 0, 0, 0);
    66316643    position: absolute;
     
    66366648    padding: 10% 0 0 0;
    66376649    text-shadow: none;
     6650    border: 5px dashed #d5d2ca;
    66386651    border: 5px dashed rgba(0, 0, 0, 0.1);
    66396652    -webkit-transition: opacity 0.2s ease-in-out;
     
    66456658
    66466659.theme-browser .theme.add-new-theme span:after {
     6660    background: #e5e5e5;
    66476661    background: rgba(153, 153, 153, 0.1);
    66486662    border-radius: 50%;
     
    66836697    color: #fff;
    66846698    background: #0074a2;
     6699    content: '';
    66856700}
    66866701
     
    67246739    top: 0;
    67256740    bottom: 0;
     6741    background: #f1f1f1;
    67266742    background: rgba( 238, 238, 238, 0.9 );
    67276743    z-index: 10;
     
    68756891    box-sizing: border-box;
    68766892    border-top: 1px solid #eee;
     6893}
     6894
     6895.ie8 .theme-overlay .theme-actions {
     6896    border: 1px solid #eee;
    68776897}
    68786898
Note: See TracChangeset for help on using the changeset viewer.