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:
parent
baf230c80f
commit
eef49c7f45
|
@ -818,7 +818,8 @@ h3:hover .edit-box {
|
||||||
position: relative;
|
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);
|
-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);
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue