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

git-svn-id: https://develop.svn.wordpress.org/trunk@22141 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-10-09 01:17:35 +00:00
parent 497389bac8
commit fe1645a0a9

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;