wpView: fix selecting a view's text string in Safari, props gcorne, fixes #28088

git-svn-id: https://develop.svn.wordpress.org/trunk@28565 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-05-23 20:55:53 +00:00
parent cd7d3f2ee8
commit cfb7408e2a
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ audio {
border: 0;
width: 1px;
height: 1px;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
/**