Make WordPress Core

Ticket #26541: 26541-3.2.diff

File 26541-3.2.diff, 2.0 KB (added by morganestes, 11 years ago)
  • wp-admin/css/wp-admin.css

     
    63836383
    63846384/* Activate and Customize buttons, shown on hover */
    63856385.theme-browser .theme .theme-actions {
     6386        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    63866387        opacity: 0;
    63876388        -webkit-transition: opacity 0.1s ease-in-out;
    63886389        transition:         opacity 0.1s ease-in-out;
     
    63966397}
    63976398
    63986399.theme-browser .theme:hover .theme-actions {
     6400        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    63996401        opacity: 1;
    64006402}
    64016403
     
    64486450}
    64496451
    64506452.theme-browser .theme .more-details {
     6453        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    64516454        opacity: 0;
    64526455        position: absolute;
    64536456                top: 35%;
    64546457                right: 25%;
    64556458                left: 25%;
    6456         background: rgba(0,0,0,0.7);
     6459        background: rgb(0, 0, 0);
     6460        background: rgba(0, 0, 0, 0.7);
    64576461        color: #fff;
    64586462        font-size: 15px;
    6459         text-shadow: 0 1px 0 rgba(0,0,0,0.6);
     6463        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    64606464        -webkit-font-smoothing: antialiased;
    64616465        font-weight: 600;
    64626466        padding: 15px 12px;
     
    64676471}
    64686472
    64696473.theme-browser.rendered .theme:hover .more-details {
     6474        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    64706475        opacity: 1;
    64716476}
    64726477
     
    65706575.theme-browser .theme.add-new-theme:after {
    65716576        display: block;
    65726577        content: '';
     6578        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    65736579        opacity: 1;
     6580        background: transparent;
    65746581        background: rgba(0, 0, 0, 0);
    65756582        position: absolute;
    65766583        top: 0;
     
    65796586        bottom: 0;
    65806587        padding: 10% 0 0 0;
    65816588        text-shadow: none;
     6589        border: 5px dashed #d5d2ca;
    65826590        border: 5px dashed rgba(0, 0, 0, 0.1);
    65836591        -webkit-transition: opacity 0.2s ease-in-out;
    65846592        transition:         opacity 0.2s ease-in-out;
     
    66266634        border-color: transparent;
    66276635        color: #fff;
    66286636        background: #0074a2;
     6637        content: "";
    66296638}
    66306639
    66316640.theme-browser .theme.add-new-theme .theme-name {