Changeset 32072
- Timestamp:
- 04/07/2015 09:28:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r32051 r32072 897 897 } 898 898 899 .wp-core-ui .attachment .thumbnail .centered img.icon {899 .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon { 900 900 -webkit-transform: translate( -50%, -70% ); 901 901 -ms-transform: translate(-50%,-70%); … … 1441 1441 padding: 0; 1442 1442 margin: 4px; 1443 -webkit-box-shadow: none;1444 box-shadow: none;1445 1443 } 1446 1444 … … 1462 1460 } 1463 1461 1464 .media-selection .attachment.selection.details .thumbnail { 1462 .wp-core-ui .media-selection .attachment:focus, 1463 .wp-core-ui .media-selection .selected.attachment:focus, 1464 .wp-core-ui .media-selection .attachment.details:focus { 1465 -webkit-box-shadow: 1466 0 0 0 1px #fff, 1467 0 0 2px 3px #5b9dd9; 1468 box-shadow: 1469 0 0 0 1px #fff, 1470 0 0 2px 3px #5b9dd9; 1471 } 1472 1473 .wp-core-ui .media-selection .selected.attachment { 1474 -webkit-box-shadow: none; 1475 box-shadow: none; 1476 } 1477 1478 .wp-core-ui .media-selection .attachment.details { 1465 1479 -webkit-box-shadow: 1466 1480 0 0 0 1px #fff,
Note: See TracChangeset
for help on using the changeset viewer.