summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:11:41 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:11:41 +0200
commit9c4a09f6dfc9e57740723a68ac452b3090080ff1 (patch)
tree28e98d79220f02a1af961885555396d312186462
parent47ba9c811930fe34b7c52dd25dbf072fe33552c7 (diff)
downloadhicg-9c4a09f6dfc9e57740723a68ac452b3090080ff1.tar.gz
hicg-9c4a09f6dfc9e57740723a68ac452b3090080ff1.zip
Changing the custom color form a bit
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6e9d63e..c2c443f 100644
--- a/index.php
+++ b/index.php
@@ -400,7 +400,8 @@ echo '<?xml version="1.0" encoding="utf-8" ?>';
<legend>Algorithm for dominant color extraction</legend>
<label><input type="radio" name="domalgo" value="mean" />Mean / Average</label>
<label><input type="radio" name="domalgo" value="mode" checked="true" />Mode</label>
- <label><input type="radio" name="domalgo" value="custom" />Custom: <input type="text" name="customcolor" /></label>
+ <label><input type="radio" name="domalgo" value="custom" />Custom:</label>
+ <input type="text" name="customcolor" maxlength="7" />
</fieldset>
<fieldset>
<legend>Colors to ignore</legend>