mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
input type=color can not be empty
https://www.w3.org/TR/2012/WD-html5-20120329/states-of-the-type-attribute.html#color-state-type-color
This commit is contained in:
parent
18c5778789
commit
f41e3f5907
9 changed files with 20 additions and 19 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<!--// colorpicker-->
|
||||
<div cond="$val->type == 'colorpicker'">
|
||||
{@ $use_colorpicker = true; }
|
||||
<input type="color" class="rx-spectrum" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<input type="text" 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