mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Delete bullet in nested checkbox
This commit is contained in:
parent
f817d7329f
commit
11933a7d84
@ -421,13 +421,13 @@ draft: false
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset id="excitationFilter">
|
<fieldset id="excitationFilter">
|
||||||
<ul>
|
<ul style="list-style-type: none;">
|
||||||
<li>
|
<li>
|
||||||
<h1>excitations types</h1>
|
<h1>excitations types</h1>
|
||||||
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_exType_All"></input>
|
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_exType_All"></input>
|
||||||
<label for="cb_exType_All"> All</label>
|
<label for="cb_exType_All"> All</label>
|
||||||
</li>
|
</li>
|
||||||
<ul id="cb_exTypeList">
|
<ul id="cb_exTypeList" style="list-style-type: none;">
|
||||||
</ul>
|
</ul>
|
||||||
<li id="li_cb_unsafe">
|
<li id="li_cb_unsafe">
|
||||||
<input type="checkbox" id="cb_unsafe" name="unsafe">
|
<input type="checkbox" id="cb_unsafe" name="unsafe">
|
||||||
|
Loading…
Reference in New Issue
Block a user