222222 background-color : # fcf9e8 ;
223223}
224224
225- # the-comment-list .unapproved th .check-column {
225+ # the-comment-list .unapproved th .check-column ,
226+ # the-comment-list .unapproved td .check-column {
226227 border-left : 4px solid # d63638 ;
227228}
228229
229- # the-comment-list .unapproved th .check-column input {
230+ # the-comment-list .unapproved th .check-column input ,
231+ # the-comment-list .unapproved td .check-column input {
230232 margin-left : 4px ;
231233}
232234
@@ -1221,11 +1223,13 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
12211223------------------------------------------------------------------------------*/
12221224
12231225.plugins tbody th .check-column ,
1226+ .plugins tbody td .check-column ,
12241227.plugins tbody {
12251228 padding : 8px 0 0 2px ;
12261229}
12271230
1228- .plugins tbody th .check-column input [type = checkbox ] {
1231+ .plugins tbody th .check-column input [type = checkbox ],
1232+ .plugins tbody td .check-column input [type = checkbox ] {
12291233 margin-top : 4px ;
12301234}
12311235
@@ -1235,7 +1239,8 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
12351239
12361240.plugins thead td .check-column ,
12371241.plugins tfoot td .check-column ,
1238- .plugins .inactive th .check-column {
1242+ .plugins .inactive th .check-column ,
1243+ .plugins .inactive td .check-column {
12391244 padding-left : 6px ;
12401245}
12411246
@@ -1325,6 +1330,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
13251330}
13261331
13271332.plugins .active th .check-column ,
1333+ .plugins .active td .check-column ,
13281334.plugin-update-tr .active td {
13291335 border-left : 4px solid var (--wp-admin-theme-color );
13301336}
@@ -1410,7 +1416,8 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
14101416 text-decoration : underline;
14111417}
14121418
1413- .plugins tr .paused th .check-column {
1419+ .plugins tr .paused th .check-column ,
1420+ .plugins tr .paused td .check-column {
14141421 border-left : 4px solid # b32d2e ;
14151422}
14161423
@@ -1909,7 +1916,8 @@ div.action-links,
19091916 }
19101917
19111918 .wp-list-table th .column-primary ~ th ,
1912- .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) td .column-primary ~ td : not (.check-column ) {
1919+ .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) td .column-primary ~ td : not (.check-column ),
1920+ .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) th .column-primary ~ td : not (.check-column ) {
19131921 display : none;
19141922 }
19151923
@@ -1918,7 +1926,8 @@ div.action-links,
19181926 }
19191927
19201928 /* Checkboxes need to show */
1921- .wp-list-table tr th .check-column {
1929+ .wp-list-table tr th .check-column ,
1930+ .wp-list-table tr td .check-column {
19221931 display : table-cell;
19231932 }
19241933
@@ -1936,11 +1945,13 @@ div.action-links,
19361945 width : auto !important ; /* needs to override some columns that are more specifically targeted */
19371946 }
19381947
1939- .wp-list-table td .column-primary {
1948+ .wp-list-table td .column-primary ,
1949+ .wp-list-table th .column-primary {
19401950 padding-right : 50px ; /* space for toggle button */
19411951 }
19421952
1943- .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) td .column-primary ~ td : not (.check-column ) {
1953+ .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) td .column-primary ~ td : not (.check-column ),
1954+ .wp-list-table tr : not (.inline-edit-row ): not (.no-items ) th .column-primary ~ td : not (.check-column ) {
19441955 padding : 3px 8px 3px 35% ;
19451956 }
19461957
@@ -2269,12 +2280,14 @@ div.action-links,
22692280 }
22702281
22712282 .plugins tr .active + tr .inactive th .check-column ,
2283+ .plugins tr .active + tr .inactive td .check-column ,
22722284 .plugins tr .active + tr .inactive td .column-description ,
22732285 .plugins .plugin-update-tr : before {
22742286 box-shadow : inset 0 -1px 0 rgba (0 , 0 , 0 , 0.1 );
22752287 }
22762288
22772289 .plugins tr .active + tr .inactive th .check-column ,
2290+ .plugins tr .active + tr .inactive td .check-column ,
22782291 .plugins tr .active + tr .inactive td {
22792292 border-top : none;
22802293 }
@@ -2309,13 +2322,15 @@ div.action-links,
23092322 line-height : 1.5 ;
23102323 }
23112324
2312- .plugins tbody th .check-column {
2325+ .plugins tbody th .check-column ,
2326+ .plugins tbody td .check-column {
23132327 padding : 8px 0 0 5px ;
23142328 }
23152329
23162330 .plugins thead td .check-column ,
23172331 .plugins tfoot td .check-column ,
2318- .plugins .inactive th .check-column {
2332+ .plugins .inactive th .check-column ,
2333+ .plugins .inactive td .check-column {
23192334 padding-left : 9px ;
23202335 }
23212336
0 commit comments