mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
class 명을 기존 jPicker 와 달리 써서 충돌 회피
혹시 한 페이지에 함께 불러오더라도 충돌을 회피함.
This commit is contained in:
parent
3288d504d2
commit
f9987347a5
12 changed files with 26 additions and 25 deletions
|
|
@ -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="color-indicator" size="7" value="#000000" />
|
||||
<input type="color" 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="color-indicator" size="7" value="#FFFFFF" />
|
||||
<input type="color" id="bg_color_input" class="rx-spectrum" size="7" value="#FFFFFF" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue