Widget demo: Replace 'go black' with 'go screen' to keep text readable

This commit is contained in:
Jörn Zaefferer 2014-04-24 14:04:03 +02:00
parent 67f564014a
commit 004d768f3c

View File

@ -150,11 +150,11 @@
});
// click to set options after initialization
$( "#black" ).click( function() {
$( "#green" ).click( function() {
$( ":custom-colorize" ).colorize( "option", {
red: 0,
green: 0,
blue: 0
red: 64,
green: 250,
blue: 8
});
});
});
@ -167,7 +167,7 @@
<div id="my-widget2">color me</div>
<div id="my-widget3">color me</div>
<button id="disable">Toggle disabled option</button>
<button id="black">Go black</button>
<button id="green">Go green</button>
</div>
<div class="demo-description">