From 80acfb73f08288764a8fba70e9e346a69567b82c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 2 Dec 2013 11:56:36 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20btn=5Fsubmit=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- css/mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index e97cfde7a..aaa633bd6 100644 --- a/css/default.css +++ b/css/default.css @@ -140,7 +140,7 @@ a.btn02:focus, .btn02:hover {text-decoration:none} .btn_confirm {text-align:center} /* 서식단계 진행 */ -input.btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer} +input.btn_submit {padding:0 10px;height:24px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer} button.btn_submit {height:22px} fieldset .btn_submit {height:22px} diff --git a/css/mobile.css b/css/mobile.css index 021c869a5..f8b165ee0 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -110,7 +110,7 @@ a.btn02:focus, .btn02:hover {text-decoration:none} .btn_confirm {text-align:center} /* 서식단계 진행 */ -input.btn_submit {padding:0 10px;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} +input.btn_submit {padding:0 10px;height:2.6em;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} button.btn_submit {height:1.9em} fieldset .btn_submit {height:1.9em}