Replacing FAT with jQuery effects, new styling for alerts. See #5369.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-01-09 12:12:35 +00:00
parent cc18743397
commit d66013fdd9
7 changed files with 45 additions and 114 deletions

4
wp-admin/js/common.js Normal file
View File

@@ -0,0 +1,4 @@
addLoadEvent( function() {
// pulse
jQuery('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300);
});