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