Make WordPress Core

Ticket #35862: 35862.inherit.diff

File 35862.inherit.diff, 526 bytes (added by sabernhardt, 5 months ago)

moves the background to the table row, and the cells inherit from the row

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

     
    217217        background-color: #f6f7f7;
    218218}
    219219
     220#the-comment-list tr.unapproved {
     221        background-color: #fcf9e8;
     222}
     223
    220224#the-comment-list .unapproved th,
    221225#the-comment-list .unapproved td {
    222         background-color: #fcf9e8;
     226        background-color: inherit;
    223227}
    224228
    225229#the-comment-list .unapproved th.check-column {