Changeset 27007
- Timestamp:
- 01/22/2014 06:53:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26999 r27007 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; … … 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; … … 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 } … … 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; … … 6469 6477 right: 25%; 6470 6478 left: 25%; 6479 background: #222; 6471 6480 background: rgba(0,0,0,0.7); 6472 6481 color: #fff; … … 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 } … … 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; … … 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; … … 6622 6635 6623 6636 .theme-browser .theme.add-new-theme span:after { 6637 background: #e5e5e5; 6624 6638 background: rgba(153, 153, 153, 0.1); 6625 6639 border-radius: 50%; … … 6660 6674 color: #fff; 6661 6675 background: #0074a2; 6676 content: ''; 6662 6677 } 6663 6678 … … 6701 6716 top: 0; 6702 6717 bottom: 0; 6718 background: #f1f1f1; 6703 6719 background: rgba( 238, 238, 238, 0.9 ); 6704 6720 z-index: 10; … … 6852 6868 box-sizing: border-box; 6853 6869 border-top: 1px solid #eee; 6870 } 6871 6872 .ie8 .theme-overlay .theme-actions { 6873 border: 1px solid #eee; 6854 6874 } 6855 6875
Note: See TracChangeset
for help on using the changeset viewer.