쇼핑몰: 주문서 작성 중 전하실 말씀 입력창 스타일
This commit is contained in:
@ -643,6 +643,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col
|
||||
|
||||
#sod_frm_same {margin:0 0 10px}
|
||||
|
||||
#sod_frm #od_memo {height:50px}
|
||||
|
||||
#sod_frm_pay .frm_input {background:#fff !important}
|
||||
#sod_frm_pay .frm_input:focus {color:#000}
|
||||
|
||||
|
||||
@ -233,7 +233,7 @@ $tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="od_memo">전하실말씀</label></th>
|
||||
<th scope="row"><label for="od_memo">전하실 말씀</label></th>
|
||||
<td><textarea name="od_memo" id="od_memo"></textarea></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user