From 142b5208fac3a2f3ac46635dc3829c9d4a90d017 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 7 Mar 2014 02:45:18 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/media-views.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 3e9a5125e5..018ff271cb 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -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; }