Changeset 27008
- Timestamp:
- 01/22/2014 06:57:59 PM (11 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-admin/css/wp-admin.css
r27001 r27008 6397 6397 } 6398 6398 6399 .ie8 .theme-browser .theme { 6400 width: 30%; 6401 margin: 0 3% 4% 0; 6402 } 6403 6399 6404 .theme-browser .theme:nth-child(3n) { 6400 6405 margin-right: 0; … … 6422 6427 /* Activate and Customize buttons, shown on hover */ 6423 6428 .theme-browser .theme .theme-actions { 6429 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6424 6430 opacity: 0; 6425 6431 -webkit-transition: opacity 0.1s ease-in-out; … … 6435 6441 6436 6442 .theme-browser .theme:hover .theme-actions { 6443 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6437 6444 opacity: 1; 6438 6445 } … … 6487 6494 6488 6495 .theme-browser .theme .more-details { 6496 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 6489 6497 opacity: 0; 6490 6498 position: absolute; … … 6492 6500 right: 25%; 6493 6501 left: 25%; 6502 background: #222; 6494 6503 background: rgba(0,0,0,0.7); 6495 6504 color: #fff; … … 6524 6533 6525 6534 .theme-browser.rendered .theme:hover .more-details { 6535 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6526 6536 opacity: 1; 6527 6537 } … … 6627 6637 display: block; 6628 6638 content: ''; 6639 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 6629 6640 opacity: 1; 6641 background: transparent; 6630 6642 background: rgba(0, 0, 0, 0); 6631 6643 position: absolute; … … 6636 6648 padding: 10% 0 0 0; 6637 6649 text-shadow: none; 6650 border: 5px dashed #d5d2ca; 6638 6651 border: 5px dashed rgba(0, 0, 0, 0.1); 6639 6652 -webkit-transition: opacity 0.2s ease-in-out; … … 6645 6658 6646 6659 .theme-browser .theme.add-new-theme span:after { 6660 background: #e5e5e5; 6647 6661 background: rgba(153, 153, 153, 0.1); 6648 6662 border-radius: 50%; … … 6683 6697 color: #fff; 6684 6698 background: #0074a2; 6699 content: ''; 6685 6700 } 6686 6701 … … 6724 6739 top: 0; 6725 6740 bottom: 0; 6741 background: #f1f1f1; 6726 6742 background: rgba( 238, 238, 238, 0.9 ); 6727 6743 z-index: 10; … … 6875 6891 box-sizing: border-box; 6876 6892 border-top: 1px solid #eee; 6893 } 6894 6895 .ie8 .theme-overlay .theme-actions { 6896 border: 1px solid #eee; 6877 6897 } 6878 6898
Note: See TracChangeset
for help on using the changeset viewer.