Adjust the border-color and box-shadow on container elements to match the new f1f1f1 background-color. See #25858, props melchoyce.

git-svn-id: https://develop.svn.wordpress.org/trunk@26840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-09 19:51:09 +00:00
parent f88a7f2a42
commit 9690f2119c

View File

@ -955,9 +955,9 @@ p.popular-tags,
.popular-tags,
.feature-filter,
.imgedit-group {
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.04);
box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
#post-status-info {