Ticket #28820: 28820.3.patch
File 28820.3.patch, 950 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
1786 1786 overflow: auto; 1787 1787 } 1788 1788 1789 .media-embed .embed-link-settings { 1790 /* avoid Firefox to give focus to the embed preview container parent */ 1791 overflow: visible; 1792 } 1793 1789 1794 .embed-preview img, 1790 1795 .embed-preview iframe, 1791 .embed-preview embed { 1796 .embed-preview embed, 1797 .mejs-container video { 1792 1798 max-width: 100%; 1799 vertical-align: middle; 1793 1800 } 1794 1801 1795 1802 .embed-preview a { … … 1801 1808 height: auto; 1802 1809 } 1803 1810 1811 .mejs-container:focus { 1812 outline: 1px solid #5b9dd9; 1813 box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8); 1814 } 1815 1816 .mejs-container :focus { 1817 outline: 2px solid yellow !important; 1818 } 1819 1820 .mejs-container :focus:active { 1821 outline: 0 !important; 1822 } 1823 1804 1824 .image-details .media-modal { 1805 1825 left: 140px; 1806 1826 right: 140px;