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

git-svn-id: http://core.svn.wordpress.org/trunk@21786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-09-07 22:15:52 +00:00
parent 2f5090bfb8
commit 5b525c0281

View File

@ -237,6 +237,12 @@
padding: 0;
margin: 0 10px 20px;
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 {