From fe1645a0a98047d378051250124378ae2bb46d95 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: https://develop.svn.wordpress.org/trunk@22141 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;