Changeset 29340
- Timestamp:
- 08/01/2014 06:09:47 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/wp-fullscreen.js
r28455 r29340 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 }; … … 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 -
trunk/src/wp-includes/css/editor.css
r29321 r29340 1798 1798 -webkit-transition-duration: 0.4s; 1799 1799 transition-duration: 0.4s; 1800 border-color: #ccc;1800 border-color: currentColor; 1801 1801 } 1802 1802 … … 1847 1847 .wp-fullscreen-active.wp-dfw-touch .wp-fullscreen-title, 1848 1848 .wp-fullscreen-active.wp-dfw-touch .wp-editor-container { 1849 border-color: #ccc;1849 border-color: currentColor; 1850 1850 } 1851 1851 -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r29317 r29340 38 38 html.wp-fullscreen, 39 39 html.wp-fullscreen body { 40 background: transparent;41 40 width: auto; 42 41 max-width: none;
Note: See TracChangeset
for help on using the changeset viewer.