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:
parent
f561b53695
commit
b3e14b36ff
|
@ -1,5 +1,9 @@
|
|||
/* Additional default styles for the editor */
|
||||
|
||||
html {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
html.ios {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue