Ticket #36911: 36911.patch
File 36911.patch, 754 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/themes.css
1645 1645 .theme-install-overlay iframe { 1646 1646 height: 100%; 1647 1647 width: 100%; 1648 z-index: 20;1648 position: relative; /* needed to be on top of the spinner */ 1649 1649 -webkit-transition: opacity 0.3s; 1650 1650 transition: opacity 0.3s; 1651 1651 } … … 1728 1728 1729 1729 .theme-install-overlay .wp-full-overlay-main { 1730 1730 position: absolute; 1731 z-index: 0;1732 1731 background-color: #f1f1f1; 1733 1732 } 1734 1733 … … 1746 1745 position: absolute; 1747 1746 left: 50%; 1748 1747 top: 50%; 1749 z-index: -1;1750 1748 margin: -10px 0 0 -10px; 1751 1749 -webkit-transform: translateZ(0); 1752 1750 transform: translateZ(0);