Ticket #28330: 28330.3.patch
File 28330.3.patch, 1.9 KB (added by , 11 years ago) |
---|
-
src/wp-admin/js/wp-fullscreen.js
198 198 s.$dfwTitle = null; 199 199 } 200 200 201 $( '#fullscreen-overlay' ).css( 'background-color', s.editor.dom.getStyle( s.editor.getBody(), 'background-color', true ) ); 202 s.$dfwTitle.add( s.$editorContainer ).css( 'color', s.editor.dom.getStyle( s.editor.getBody(), 'color', true ) ); 203 201 204 api.ui.fade( 'show', 'showing', 'shown' ); 202 205 }; 203 206 … … 413 416 }); 414 417 415 418 ps.subscribe( 'hiding', function() { // This event occurs while the overlay blocks the DFW UI. 419 s.$dfwTitle.add( s.$editorContainer ).css( 'color', '' ); 420 416 421 $body.removeClass( 'wp-fullscreen-active' ); 417 422 418 423 if ( s.$dfwTitle ) { -
src/wp-includes/css/editor.css
1748 1748 .wp-fullscreen-active.wp-dfw-show-ui .wp-editor-container { 1749 1749 -webkit-transition-duration: 0.4s; 1750 1750 transition-duration: 0.4s; 1751 border-color: #ccc;1751 border-color: currentColor; 1752 1752 } 1753 1753 1754 1754 .fade-1000, … … 1797 1797 1798 1798 .wp-fullscreen-active.wp-dfw-touch .wp-fullscreen-title, 1799 1799 .wp-fullscreen-active.wp-dfw-touch .wp-editor-container { 1800 border-color: #ccc;1800 border-color: currentColor; 1801 1801 } 1802 1802 1803 1803 .wp-dfw-touch #wp-fullscreen-statusbar { -
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
37 37 /* DFW mode */ 38 38 html.wp-fullscreen, 39 39 html.wp-fullscreen body { 40 background: transparent;41 40 width: auto; 42 41 max-width: none; 43 42 min-height: 0;