Ticket #21516: 21516.diff
File 21516.diff, 851 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/common.dev.js
285 285 286 286 return true; 287 287 }); 288 289 $('tbody .check-column').click( function(e) { 290 var checkbox = $(this).find(':checkbox'); 291 checkbox.prop('checked', !checkbox.prop('checked')); 292 } ); 288 293 289 294 $('thead, tfoot').find('.check-column :checkbox').click( function(e) { 290 295 var c = $(this).prop('checked'), -
wp-admin/css/wp-admin.dev.css
586 586 width: 2.2em; 587 587 padding: 11px 0 0; 588 588 vertical-align: top; 589 cursor: pointer; 589 590 } 590 591 591 592 .widefat tbody th.check-column {