Ticket #26541: 26541-2.diff
File 26541-2.diff, 873 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.css
6570 6573 .theme-browser .theme.add-new-theme:after { 6571 6574 display: block; 6572 6575 content: ''; 6576 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6573 6577 opacity: 1; 6578 background: transparent; 6574 6579 background: rgba(0, 0, 0, 0); 6575 6580 position: absolute; 6576 6581 top: 0; … … 6579 6584 bottom: 0; 6580 6585 padding: 10% 0 0 0; 6581 6586 text-shadow: none; 6587 border: 5px dashed #d5d2ca; 6582 6588 border: 5px dashed rgba(0, 0, 0, 0.1); 6583 6589 -webkit-transition: opacity 0.2s ease-in-out; 6584 6590 transition: opacity 0.2s ease-in-out; … … 6626 6632 border-color: transparent; 6627 6633 color: #fff; 6628 6634 background: #0074a2; 6635 content: ""; 6629 6636 } 6630 6637 6631 6638 .theme-browser .theme.add-new-theme .theme-name {