Make WordPress Core

Changeset 29561


Ignore:
Timestamp:
08/21/2014 02:36:40 AM (10 years ago)
Author:
SergeyBiryukov
Message:

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

props chrisl27.
fixes #29198.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r29366 r29561  
    819819}
    820820
    821 #activity-widget #the-comment-list .comment {
     821#activity-widget #the-comment-list .comment,
     822#activity-widget #the-comment-list .pingback {
    822823    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
    823824    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
Note: See TracChangeset for help on using the changeset viewer.