Media: Add an explicit border to menus to show a divider in older browsers. see #22446, #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-16 09:47:00 +00:00
parent 8438636322
commit b520130998
2 changed files with 5 additions and 2 deletions

View File

@ -102,7 +102,9 @@
.media-menu {
left: auto;
right: 0;
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.4 )
border-right: 0;
border-left: 1px solid #d9d9d9;
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.2 )
}
/**

View File

@ -301,7 +301,8 @@
margin: 0;
padding: 16px 0;
z-index: 200;
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
border-right: 1px solid #d9d9d9;
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.2 );
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;