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:
@@ -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);
|
||||
}
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user