10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Delete bullet in nested checkbox

This commit is contained in:
Mickaël Véril 2020-01-06 10:27:26 +01:00
parent f817d7329f
commit 11933a7d84

View File

@ -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">