Changeset 39483
- Timestamp:
- 12/04/2016 07:15:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/style.css
r39482 r39483 1691 1691 } 1692 1692 1693 /* For browsers that support 'object-fit' */ 1694 @supports ( object-fit: cover ) { 1695 .has-header-image .custom-header-media img, 1696 .has-header-video .custom-header-media video, 1697 .has-header-video .custom-header-media iframe { 1698 height: 100%; 1699 left: 0; 1700 -o-object-fit: cover; 1701 object-fit: cover; 1702 top: 0; 1703 -ms-transform: none; 1704 -moz-transform: none; 1705 -webkit-transform: none; 1706 transform: none; 1707 width: 100%; 1708 } 1709 } 1710 1693 1711 .wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */ 1694 1712 background-color: rgba(34, 34, 34, 0.5);
Note: See TracChangeset
for help on using the changeset viewer.