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

props chrisl27.
fixes #29198.
Built from https://develop.svn.wordpress.org/trunk@29561


git-svn-id: http://core.svn.wordpress.org/trunk@29336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-08-21 02:37:16 +00:00
parent 6352d703a0
commit afe7639c7b
4 changed files with 6 additions and 4 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);
}

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);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long