Ticket #35862: 35862.inherit.diff
| File 35862.inherit.diff, 526 bytes (added by , 5 months ago) |
|---|
-
src/wp-admin/css/list-tables.css
217 217 background-color: #f6f7f7; 218 218 } 219 219 220 #the-comment-list tr.unapproved { 221 background-color: #fcf9e8; 222 } 223 220 224 #the-comment-list .unapproved th, 221 225 #the-comment-list .unapproved td { 222 background-color: #fcf9e8;226 background-color: inherit; 223 227 } 224 228 225 229 #the-comment-list .unapproved th.check-column {