Ticket #26541: 26541.diff
File 26541.diff, 2.0 KB (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.css
6373 6373 box-sizing: border-box; 6374 6374 } 6375 6375 6376 .ie8 .theme-browser .theme { 6377 width: 30%; 6378 margin: 0 3% 4% 0; 6379 } 6380 6376 6381 .theme-browser .theme:nth-child(3n) { 6377 6382 margin-right: 0; 6378 6383 } … … 6398 6403 6399 6404 /* Activate and Customize buttons, shown on hover */ 6400 6405 .theme-browser .theme .theme-actions { 6406 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6401 6407 opacity: 0; 6402 6408 -webkit-transition: opacity 0.1s ease-in-out; 6403 6409 transition: opacity 0.1s ease-in-out; … … 6411 6417 } 6412 6418 6413 6419 .theme-browser .theme:hover .theme-actions { 6420 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6414 6421 opacity: 1; 6415 6422 } 6416 6423 … … 6463 6470 } 6464 6471 6465 6472 .theme-browser .theme .more-details { 6473 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6466 6474 opacity: 0; 6467 6475 position: absolute; 6468 6476 top: 35%; 6469 6477 right: 25%; 6470 6478 left: 25%; 6479 background: rgb(0,0,0); 6471 6480 background: rgba(0,0,0,0.7); 6472 6481 color: #fff; 6473 6482 font-size: 15px; … … 6500 6509 } 6501 6510 6502 6511 .theme-browser.rendered .theme:hover .more-details { 6512 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6503 6513 opacity: 1; 6504 6514 } 6505 6515 … … 6603 6613 .theme-browser .theme.add-new-theme:after { 6604 6614 display: block; 6605 6615 content: ''; 6616 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6606 6617 opacity: 1; 6618 background: transparent; 6607 6619 background: rgba(0, 0, 0, 0); 6608 6620 position: absolute; 6609 6621 top: 0; … … 6612 6624 bottom: 0; 6613 6625 padding: 10% 0 0 0; 6614 6626 text-shadow: none; 6627 border: 5px dashed #d5d2ca; 6615 6628 border: 5px dashed rgba(0, 0, 0, 0.1); 6616 6629 -webkit-transition: opacity 0.2s ease-in-out; 6617 6630 transition: opacity 0.2s ease-in-out; … … 6659 6672 border-color: transparent; 6660 6673 color: #fff; 6661 6674 background: #0074a2; 6675 content: ""; 6662 6676 } 6663 6677 6664 6678 .theme-browser .theme.add-new-theme .theme-name {