Changeset 32861
- Timestamp:
- 06/19/2015 06:48:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r32677 r32861 1219 1219 .upload-errors .upload-error { 1220 1220 padding: 12px; 1221 margin-bottom: 12px; 1222 background: #fff; 1223 border-left: 4px solid #dd3d36; 1224 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1225 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1221 margin-bottom: 12px; 1222 background: #fff; 1223 border-left: 4px solid #dd3d36; 1224 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1225 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1226 1226 } 1227 1227 … … 1810 1810 } 1811 1811 1812 .media-embed .embed-link-settings { 1813 /* avoid Firefox to give focus to the embed preview container parent */ 1814 overflow: visible; 1815 } 1816 1812 1817 .embed-preview img, 1813 1818 .embed-preview iframe, 1814 .embed-preview embed { 1819 .embed-preview embed, 1820 .mejs-container video { 1815 1821 max-width: 100%; 1822 vertical-align: middle; 1816 1823 } 1817 1824 … … 1823 1830 display: block; 1824 1831 height: auto; 1832 } 1833 1834 .mejs-container:focus { 1835 outline: 1px solid #5b9dd9; 1836 box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8); 1825 1837 } 1826 1838
Note: See TracChangeset
for help on using the changeset viewer.