Ticket #26541: 26541-3.2.diff
File 26541-3.2.diff, 2.0 KB (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.css
6383 6383 6384 6384 /* Activate and Customize buttons, shown on hover */ 6385 6385 .theme-browser .theme .theme-actions { 6386 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6386 6387 opacity: 0; 6387 6388 -webkit-transition: opacity 0.1s ease-in-out; 6388 6389 transition: opacity 0.1s ease-in-out; … … 6396 6397 } 6397 6398 6398 6399 .theme-browser .theme:hover .theme-actions { 6400 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6399 6401 opacity: 1; 6400 6402 } 6401 6403 … … 6448 6450 } 6449 6451 6450 6452 .theme-browser .theme .more-details { 6453 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6451 6454 opacity: 0; 6452 6455 position: absolute; 6453 6456 top: 35%; 6454 6457 right: 25%; 6455 6458 left: 25%; 6456 background: rgba(0,0,0,0.7); 6459 background: rgb(0, 0, 0); 6460 background: rgba(0, 0, 0, 0.7); 6457 6461 color: #fff; 6458 6462 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); 6460 6464 -webkit-font-smoothing: antialiased; 6461 6465 font-weight: 600; 6462 6466 padding: 15px 12px; … … 6467 6471 } 6468 6472 6469 6473 .theme-browser.rendered .theme:hover .more-details { 6474 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6470 6475 opacity: 1; 6471 6476 } 6472 6477 … … 6570 6575 .theme-browser .theme.add-new-theme:after { 6571 6576 display: block; 6572 6577 content: ''; 6578 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6573 6579 opacity: 1; 6580 background: transparent; 6574 6581 background: rgba(0, 0, 0, 0); 6575 6582 position: absolute; 6576 6583 top: 0; … … 6579 6586 bottom: 0; 6580 6587 padding: 10% 0 0 0; 6581 6588 text-shadow: none; 6589 border: 5px dashed #d5d2ca; 6582 6590 border: 5px dashed rgba(0, 0, 0, 0.1); 6583 6591 -webkit-transition: opacity 0.2s ease-in-out; 6584 6592 transition: opacity 0.2s ease-in-out; … … 6626 6634 border-color: transparent; 6627 6635 color: #fff; 6628 6636 background: #0074a2; 6637 content: ""; 6629 6638 } 6630 6639 6631 6640 .theme-browser .theme.add-new-theme .theme-name {