Added reset button

Rearranged swatch layout
Added background image upload input file
This commit is contained in:
Sarven Capadisli
2009-05-19 17:05:30 +00:00
parent 62d2229573
commit 0c442e459e
3 changed files with 40 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ $(document).ready(function() {
$('#color-picker').hide();
var f = $.farbtastic('#color-picker', UpdateColors);
var swatches = $('#settings_design_color input');
var swatches = $('#settings_design_color .swatch');
swatches
.each(UpdateColors)