Make WordPress Core

Ticket #35937: 35937.diff

File 35937.diff, 1004 bytes (added by xavortm, 7 years ago)
  • src/wp-admin/css/list-tables.css

     
    220220        background-color: #fef7f1;
    221221}
    222222
     223#the-comment-list .unapproved td:first-child {
     224        position: relative;
     225}
     226
     227#the-comment-list .unapproved td:first-child:before {
     228        content: "";
     229        display: block;
     230        position: absolute;
     231        left: 0;
     232        top: 0;
     233        bottom: 0;
     234        background: #d54e21;
     235        width: 4px;
     236}
     237
    223238#the-comment-list .unapproved th.check-column {
    224239        border-left: 4px solid #d54e21;
    225240}
     
    17581773                display: block;
    17591774        }
    17601775
     1776        #the-comment-list .unapproved td:first-child:before {
     1777                display: none;
     1778        }
     1779
     1780        #the-comment-list .unapproved .column-comment:before {
     1781                content: "";
     1782                display: block;
     1783                position: absolute;
     1784                left: 0;
     1785                top: 0;
     1786                bottom: 0;
     1787                background: #d54e21;
     1788                width: 4px;
     1789        }
     1790
    17611791        #the-comment-list .is-expanded td {
    17621792                box-shadow: none;
    17631793        }