Add missing box-shadow for pingbacks in Dashboard Activity widget.

props chrisl27.
fixes #29198.

git-svn-id: https://develop.svn.wordpress.org/trunk@29561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-08-21 02:36:40 +00:00
parent baf230c80f
commit eef49c7f45
1 changed files with 2 additions and 1 deletions

View File

@ -818,7 +818,8 @@ h3:hover .edit-box {
position: relative;
}
#activity-widget #the-comment-list .comment {
#activity-widget #the-comment-list .comment,
#activity-widget #the-comment-list .pingback {
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
}