tinyColorPicker
tinyColorPicker copied to clipboard
Changing the color picker background color with customBG does not take effect
Hello,
It seems the customBG option does not take effect.
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="../jqColorPicker.min.js"></script>
</head>
<body>
<div id="content-wrapper">
<input class="color" value="#B6BD79" />
<script>
$('.color').colorPicker({
customBG: '#FFF'
});
</script>
</div>
</body>
</html>
#444 gets always applied instead.
Am I missing something?
@onet4 I just made PR for this issue