쇼핑몰: 주문서 작성 중 전하실 말씀 입력창 스타일

This commit is contained in:
whitedot
2013-05-13 14:12:44 +09:00
parent 85c583989c
commit 41d424e470
2 changed files with 3 additions and 1 deletions

View File

@ -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}

View File

@ -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>