jQuery-ColorPicker
jQuery-ColorPicker copied to clipboard
Incorrect comments in colorpicker.css
There's a couple of lines in the CSS file:
// Fallback
Which are not valid CSS. They should be changed to:
/* Fallback */
It doesn't seem to cause any errors in the browser but CSS optimisers barf on those lines.