TinyMCE: fix the cursor appearance while it is outside the editor body. Props miyauchi, fixes #30112.

git-svn-id: https://develop.svn.wordpress.org/trunk@30349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-15 01:20:41 +00:00
parent 16de5ce287
commit 256db7c4cb

View File

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