Ticket #21516: 21516.2.diff
File 21516.2.diff, 827 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/common.js
292 292 293 293 return true; 294 294 }); 295 296 $('table .check-column').click( function(e) { 297 var checkbox = $(this).find(':checkbox'); 298 checkbox.prop('checked', !checkbox.prop('checked')); 299 } ); 295 300 296 301 $('thead, tfoot').find('.check-column :checkbox').click( function(e) { 297 302 var c = $(this).prop('checked'), -
wp-admin/css/wp-admin.css
595 595 width: 2.2em; 596 596 padding: 6px 0 25px; 597 597 vertical-align: top; 598 cursor: pointer; 598 599 } 599 600 600 601 .widefat.media .check-column {