주문서첨부 2종류 변경, 버튼css 수정
This commit is contained in:
@@ -223,36 +223,34 @@ body {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.plm_btns:first-child {
|
||||
margin-left: 600px;
|
||||
}
|
||||
/* .plm_btns {
|
||||
/* 견적서 전용 버튼 스타일 */
|
||||
.estimate-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 40px;
|
||||
margin: 0 5px;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
padding: 5px 15px;
|
||||
margin: 0 2px;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
border: 2px solid #007bff;
|
||||
background-color: #007bff;
|
||||
border: 1px solid #60a5fa;
|
||||
background-color: #60a5fa;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
border-radius: 3px;
|
||||
transition: all 0.3s;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
} */
|
||||
}
|
||||
|
||||
.plm_btns:hover {
|
||||
background-color: #0056b3;
|
||||
border-color: #0056b3;
|
||||
.estimate-btn:hover {
|
||||
background-color: #1e3a8a;
|
||||
border-color: #1e3a8a;
|
||||
box-shadow: 0 2px 6px rgba(0,123,255,0.4);
|
||||
}
|
||||
|
||||
.plm_btns:active {
|
||||
background-color: #004085;
|
||||
border-color: #004085;
|
||||
box-shadow: 0 1px 3px rgba(0,123,255,0.2);
|
||||
.estimate-btn:active {
|
||||
background-color: #1e3a8a;
|
||||
border-color: #1e3a8a;
|
||||
box-shadow: 0 1px 3px rgba(96,165,250,0.3);
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
@@ -1267,10 +1265,10 @@ function fn_save() {
|
||||
|
||||
<!-- 버튼 영역 -->
|
||||
<div class="btn-area no-print">
|
||||
<button type="button" id="btnAddRow" class="plm_btns">행 추가</button>
|
||||
<button type="button" id="btnPrint" class="plm_btns">인쇄</button>
|
||||
<button type="button" id="btnSave" class="plm_btns">저장</button>
|
||||
<button type="button" id="btnClose" class="plm_btns">닫기</button>
|
||||
<button type="button" id="btnAddRow" class="estimate-btn">행 추가</button>
|
||||
<button type="button" id="btnPrint" class="estimate-btn">인쇄</button>
|
||||
<button type="button" id="btnSave" class="estimate-btn">저장</button>
|
||||
<button type="button" id="btnClose" class="estimate-btn">닫기</button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user