버튼 색상 변경

dev
박성영 2 months ago
parent 1a8be99913
commit 47ea2c9c82

@ -12,7 +12,7 @@
<div class="sub_title"></div>
<button type="button" id="registerBtn" class="newbtn bg1">등록</button>
<button type="button" id="updaterBtn" class="newbtn bg4">수정</button>
<button type="button" id="excelDownBtn" class="newbtn bg4 iconz">
<button type="button" id="excelDownBtn" class="newbtn bg5 iconz">
<span class="mdi mdi-microsoft-excel"></span>엑셀 다운로드
</button>
</section>
@ -124,7 +124,7 @@
<button type="button" id="btnLevyPrvntc" class="newbtn bg2-1">부과예고</button>
<button type="button" id="btnLevy" class="newbtn bg2-1">부과</button>
<button type="button" id="btnPayUrg" class="newbtn bg2-1">납부촉구</button>
<button type="button" id="btnRelevy" class="newbtn bg3">재부과</button>
<button type="button" id="btnRelevy" class="newbtn bg2-1">재부과</button>
<span id="totalCount" class="total-count" style="padding-left: 25px;padding-right: 25px;">총 0건</span>
<select id="perPageSelect" class="input" style="width: 112px; ">

Loading…
Cancel
Save