From b3e14b36ff8fc40fbb35d169c0808dd3fb7f4e0b Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 15 Nov 2014 01:21:22 +0000 Subject: [PATCH] TinyMCE: fix the cursor appearance while it is outside the editor body. Props miyauchi, fixes #30112. Built from https://develop.svn.wordpress.org/trunk@30349 git-svn-id: http://core.svn.wordpress.org/trunk@30348 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 3ad4b6656f..04ec3e08d4 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -1,5 +1,9 @@ /* Additional default styles for the editor */ +html { + cursor: text; +} + html.ios { height: 100%; }