Make WordPress Core

Ticket #35862: 35862.tr.diff

File 35862.tr.diff, 413 bytes (added by sabernhardt, 5 months ago)

moves the background color for unapproved comments to the table row element

  • src/wp-admin/css/list-tables.css

     
    217217        background-color: #f6f7f7;
    218218}
    219219
    220 #the-comment-list .unapproved th,
    221 #the-comment-list .unapproved td {
     220#the-comment-list tr.unapproved {
    222221        background-color: #fcf9e8;
    223222}
    224223