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:
parent
ed07c215dc
commit
ed4a159498
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user