Make browser text-selections ignore attachment views. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@21786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-09-07 22:15:52 +00:00
parent 7955b982b3
commit a7a925c744
1 changed files with 6 additions and 0 deletions

View File

@ -237,6 +237,12 @@
padding: 0; padding: 0;
margin: 0 10px 20px; margin: 0 10px 20px;
border: 1px solid #dfdfdf; border: 1px solid #dfdfdf;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} }
.attachment:hover { .attachment:hover {