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
This commit is contained in:
Andrew Ozz 2014-11-15 01:21:22 +00:00
parent f561b53695
commit b3e14b36ff

View File

@ -1,5 +1,9 @@
/* Additional default styles for the editor */
html {
cursor: text;
}
html.ios {
height: 100%;
}