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:
parent
6352d703a0
commit
afe7639c7b
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue