diff --git a/wp-content/themes/twentyeleven/inc/theme-options.css b/wp-content/themes/twentyeleven/inc/theme-options.css index 568fa9b02b..34a4b52745 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.css +++ b/wp-content/themes/twentyeleven/inc/theme-options.css @@ -21,11 +21,10 @@ margin: 0 0 0 -2px; } #link-color-example { - padding: 4px 14px; - margin: 0 7px 0 3px; -moz-border-radius: 4px; - -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #dfdfdf; + margin: 0 7px 0 3px; + padding: 4px 14px; } \ No newline at end of file diff --git a/wp-content/themes/twentyeleven/inc/theme-options.js b/wp-content/themes/twentyeleven/inc/theme-options.js index c0dfde2276..691f486ae1 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.js +++ b/wp-content/themes/twentyeleven/inc/theme-options.js @@ -5,14 +5,14 @@ var farbtastic; farbtastic.setColor(a); $('#link-color').val(a); $('#link-color-example').css('background-color', a); - } + }; $(document).ready( function() { farbtastic = $.farbtastic('#colorPickerDiv', pickColor); pickColor( $('#link-color').val() ); - $('#pickcolor').click( function(e) { + $('.pickcolor').click( function(e) { $('#colorPickerDiv').show(); e.preventDefault(); }); diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index 9f3193fc4c..aaa576080d 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -192,7 +192,8 @@ function theme_options_render_page() {