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

git-svn-id: https://develop.svn.wordpress.org/trunk@20504 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-04-18 14:32:05 +00:00
parent 56c8f84be7
commit fc4837eb62
3 changed files with 28 additions and 30 deletions
+1 -1
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 );