Merge pull request #369 from misol/color-of-no-color

input type=color can not be empty
This commit is contained in:
MinSoo Kim 2016-03-13 00:42:13 +09:00
commit d1a7dfca7e
9 changed files with 20 additions and 19 deletions

View file

@ -40,13 +40,13 @@
<div class="x_control-group">
<label for="" class="x_control-label">{$lang->gallery_border_color}</label>
<div class="x_controls">
<input type="color" id="border_color_input" class="rx-spectrum" size="7" value="#000000" />
<input type="text" id="border_color_input" class="rx-spectrum" size="7" value="#000000" />
</div>
</div>
<div class="x_control-group">
<label for="" class="x_control-label">{$lang->gallery_bg_color}</label>
<div class="x_controls">
<input type="color" id="bg_color_input" class="rx-spectrum" size="7" value="#FFFFFF" />
<input type="text" id="bg_color_input" class="rx-spectrum" size="7" value="#FFFFFF" />
</div>
</div>
<div class="x_control-group">