About face. Revert [19628]. Gonna improve Plugins widget instead of tossing it. see #19573

git-svn-id: https://develop.svn.wordpress.org/trunk@19629 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-12-23 00:25:09 +00:00
parent c736bcfacb
commit aea340f3d8
12 changed files with 147 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ jQuery(document).ready(function($) {
$(window).resize(function(){ tb_position(); });
$('.plugins a.thickbox').click( function() {
$('#dashboard_plugins a.thickbox, .plugins a.thickbox').click( function() {
tb_click.call(this);
$('#TB_title').css({'background-color':'#222','color':'#cfcfcf'});