checkbox css 변경

This commit is contained in:
현성필
2023-08-23 12:38:44 +09:00
parent deb53dade2
commit b5905bd4d0
3 changed files with 6 additions and 6 deletions
@@ -55,7 +55,7 @@
<th><div class="text-center">번호</div></th>
<th>
<div class="text-center">
<input type="checkbox" name="checkAll" class="check2" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
<input type="checkbox" name="checkAll" class="form-check-input" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
</div>
</th>
<th><div class="text-center">method</div></th>
@@ -69,7 +69,7 @@
<td class="text-center" th:text="${page.getNumber() * page.getSize() + status.count}"></td>
<td>
<div class="d-flex justify-content-center">
<input type="checkbox" name="checkField" class="check2" title="선택"/>
<input type="checkbox" name="checkField" class="form-check-input" title="선택"/>
<input name="checkId" type="hidden" th:value="${row.id}"/>
</div>
</td>
@@ -58,7 +58,7 @@
<th><div class="text-center">번호</div></th>
<th>
<div class="text-center">
<input type="checkbox" name="checkAll" class="check2" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
<input type="checkbox" name="checkAll" class="form-check-input" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
</div>
</th>
<th><div class="text-center">이름</div></th>
@@ -72,7 +72,7 @@
<td class="text-center" th:text="${page.getNumber() * page.getSize() + status.count}"></td>
<td>
<div class="d-flex justify-content-center">
<input type="checkbox" name="checkField" class="check2" title="선택"/>
<input type="checkbox" name="checkField" class="form-check-input" title="선택"/>
<input name="checkId" type="hidden" th:value="${row.id}"/>
</div>
</td>
@@ -54,7 +54,7 @@
<th><div class="text-center">번호</div></th>
<th>
<div class="text-center">
<input type="checkbox" name="checkAll" class="check2" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
<input type="checkbox" name="checkAll" class="form-check-input" onclick="fncCheckAll()" th:title="#{input.selectAll.title}">
</div>
</th>
<th><div class="text-center">ID</div></th>
@@ -68,7 +68,7 @@
<td class="text-center" th:text="${page.getNumber() * page.getSize() + status.count}"></td>
<td>
<div class="d-flex justify-content-center">
<input type="checkbox" name="checkField" class="check2" title="선택"/>
<input type="checkbox" name="checkField" class="form-check-input" title="선택"/>
<input name="checkId" type="hidden" th:value="${row.esntlId}"/>
</div>
</td>