diff --git a/public/img/noisebg.png b/public/img/noisebg.png index 881e0eb..1c8510f 100644 Binary files a/public/img/noisebg.png and b/public/img/noisebg.png differ diff --git a/public/js/vendor/jscolor/jscolor.css b/public/js/vendor/jscolor/jscolor.css new file mode 100644 index 0000000..df4c329 --- /dev/null +++ b/public/js/vendor/jscolor/jscolor.css @@ -0,0 +1,15 @@ +.jscolor .saturation .pad { + background: url('hs.png') no-repeat; +} + +.jscolor .value .pad { + background: url('hv.png') no-repeat; +} + +.jscolor .cross { + background: url('cross.gif') no-repeat; +} + +.jscolor .arrow { + background: url('arrow.gif') no-repeat; +} \ No newline at end of file