TinyMCE wpView: fix selecting all of view's "text" in Safari, props avryl, fixes #28088

git-svn-id: https://develop.svn.wordpress.org/trunk@28755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-06-16 00:11:45 +00:00
parent ed07c215dc
commit ed4a159498

View File

@ -216,6 +216,10 @@ audio {
border: 0;
width: 1px;
height: 1px;
}
.wpview-wrap .wpview-clipboard,
.wpview-wrap .wpview-clipboard * {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;