From dcf8cc17cb326ca44fc4beab60718b04a3808cf9 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Tue, 9 Oct 2012 01:17:35 +0000 Subject: [PATCH] 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 --- wp-includes/css/media-views.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index 0b9e586e8e..d576354a3b 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -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;