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:
parent
f88a7f2a42
commit
9690f2119c
@ -955,9 +955,9 @@ p.popular-tags,
|
|||||||
.popular-tags,
|
.popular-tags,
|
||||||
.feature-filter,
|
.feature-filter,
|
||||||
.imgedit-group {
|
.imgedit-group {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #e5e5e5;
|
||||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.04);
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
|
box-shadow: 0 1px 2px rgba(0,0,0,0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-status-info {
|
#post-status-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user