mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
16de5ce287
commit
256db7c4cb
@ -1,5 +1,9 @@
|
||||
/* Additional default styles for the editor */
|
||||
|
||||
html {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
html.ios {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user