Excel Download 버튼 아이콘 모양으로 모두 변경

This commit is contained in:
2026-02-02 16:35:57 +09:00
parent 05a9f87fdf
commit 7c96446708
10 changed files with 25 additions and 9 deletions

View File

@@ -721,6 +721,22 @@ html,body {height:100%}
.plm_btns:first-child:hover {margin-left: 0px;}
.plm_btns:hover {height:25px; border-radius: 3px; background: #38426b; color:#fff; cursor: pointer;
font-size: 12px; border: 1px solid #fff; float:left; padding:3px 10px; font-weight:700; margin-left: 5px;}
/* Excel Download 아이콘 버튼 */
.plm_btns.excelIcon {
background: #e7eaee url('/images/ExcelDownload2.png') no-repeat center center;
background-size: 18px;
width: 25px;
height: 25px;
padding: 0;
text-indent: -9999px;
overflow: hidden;
}
.plm_btns.excelIcon:hover {
background: #38426b url('/images/ExcelDownload2.png') no-repeat center center;
background-size: 18px;
border: 1px solid #fff;
}
.upload_btns {height:20px; border-radius: 3px; background: #e7eaee; color:#0d58c8; cursor: pointer; margin-top:3px;
font-size: 12px; border: 1px solid #ccc; float:right; padding:3px 10px; font-weight:700; transition-duration: 0.2s;}