Ticket #19298: 19298.patch
| File 19298.patch, 652 bytes (added by , 14 years ago) |
|---|
-
wp-includes/js/plupload/handlers.dev.js
416 416 if ( up.features.dragdrop ) { 417 417 $('#plupload-upload-ui').addClass('drag-drop'); 418 418 $('#drag-drop-area').bind('dragover.wp-uploader', function(){ // dragenter doesn't fire right :( 419 $(this).css('border-color', '# ccff55');419 $(this).css('border-color', '#83b4d8'); 420 420 }).bind('dragleave.wp-uploader, drop.wp-uploader', function(){ 421 421 $(this).css('border-color', ''); 422 422 });