MinSoo Kim 2016-03-13 00:37:04 +09:00
parent 18c5778789
commit f41e3f5907
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">