Remove the box-shadow from the separator in the right sidebar of the media modal.

Props avryl.
Fixes #27217. 



git-svn-id: https://develop.svn.wordpress.org/trunk@27448 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-03-07 02:45:18 +00:00
parent bb00c66c6a
commit 142b5208fa
1 changed files with 2 additions and 4 deletions

View File

@ -516,7 +516,7 @@
top: 0;
left: 0;
bottom: 0;
width: 199px;
width: 200px;
z-index: 150;
}
@ -1329,9 +1329,7 @@
margin-bottom: 16px;
line-height: 18px;
color: #666;
border-bottom: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #ddd;
padding-bottom: 11px;
}