Change the cursor to a pointer when hovering above an attachment in the media modal. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-09 01:17:35 +00:00
parent 9788d9142c
commit dcf8cc17cb

View File

@ -239,6 +239,7 @@
inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
background: #eee;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;