Ticket #35937: 35937.diff
File 35937.diff, 1004 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/css/list-tables.css
220 220 background-color: #fef7f1; 221 221 } 222 222 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 223 238 #the-comment-list .unapproved th.check-column { 224 239 border-left: 4px solid #d54e21; 225 240 } … … 1758 1773 display: block; 1759 1774 } 1760 1775 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 1761 1791 #the-comment-list .is-expanded td { 1762 1792 box-shadow: none; 1763 1793 }