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

git-svn-id: http://core.svn.wordpress.org/trunk@22610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-16 09:47:00 +00:00
parent 4d585176d1
commit 1d65270bdb
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;