Theme Customizer: Improve markup/styles for opened color picker. see #19910.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2012-04-18 14:32:05 +00:00
parent cd290bf2ce
commit 5e5a6446d1
3 changed files with 28 additions and 30 deletions

View File

@@ -101,7 +101,7 @@
toggle = this.container.find( '.color-picker-toggle' );
spot = toggle.find('.color-picker-spot');
ui = this.container.find( '.color-picker-controls' );
ui = this.container.find( '.color-picker-control' );
update = function( color ) {
color = '#' + color;
spot.css( 'background', color );