Ticket #28820: 28820.2.patch
File 28820.2.patch, 1009 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 FF 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 -webkit-box-shadow: 1814 0 0 2px 1px rgba(30, 140, 190, .8); 1815 box-shadow: 1816 0 0 2px 1px rgba(30, 140, 190, .8); 1817 } 1818 1819 .mejs-container :focus { 1820 outline: 2px solid yellow !important; 1821 } 1822 1823 .mejs-container :focus:active { 1824 outline: 0 !important; 1825 } 1826 1804 1827 .image-details .media-modal { 1805 1828 left: 140px; 1806 1829 right: 140px;