mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
class 명을 기존 jPicker 와 달리 써서 충돌 회피
혹시 한 페이지에 함께 불러오더라도 충돌을 회피함.
This commit is contained in:
parent
3288d504d2
commit
f9987347a5
12 changed files with 26 additions and 25 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<!--// colorpicker-->
|
||||
<div cond="$val->type == 'colorpicker'">
|
||||
{@ $use_colorpicker = true; }
|
||||
<input type="color" class="color-indicator" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<input type="color" class="rx-spectrum" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
|
||||
</div>
|
||||
<a href="#about_{$val->name}" data-toggle class="x_icon-question-sign" cond="$val->description" style="vertical-align:top;margin-top:5px"|cond="$val->type == 'textarea'">{$lang->help}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue