Make WordPress Core

Ticket #36911: 36911.patch

File 36911.patch, 754 bytes (added by afercia, 9 years ago)
  • src/wp-admin/css/themes.css

     
    16451645.theme-install-overlay iframe {
    16461646        height: 100%;
    16471647        width: 100%;
    1648         z-index: 20;
     1648        position: relative; /* needed to be on top of the spinner */
    16491649        -webkit-transition: opacity 0.3s;
    16501650        transition: opacity 0.3s;
    16511651}
     
    17281728
    17291729.theme-install-overlay .wp-full-overlay-main {
    17301730        position: absolute;
    1731         z-index: 0;
    17321731        background-color: #f1f1f1;
    17331732}
    17341733
     
    17461745        position: absolute;
    17471746        left: 50%;
    17481747        top: 50%;
    1749         z-index: -1;
    17501748        margin: -10px 0 0 -10px;
    17511749        -webkit-transform: translateZ(0);
    17521750        transform: translateZ(0);