mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 02:27:50 +01:00
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:
parent
9788d9142c
commit
dcf8cc17cb
@ -239,6 +239,7 @@
|
|||||||
inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
|
inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
|
||||||
inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
|
inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user