Media: Prevent text from being selected in the menu. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-15 02:51:31 +00:00
parent bf105feb4e
commit a3c53653ba
1 changed files with 4 additions and 0 deletions

View File

@ -312,6 +312,10 @@
padding: 16px 0;
z-index: 200;
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.media-menu li {