From b26b568a99c1896bddba1cd0619cd393a74895d2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 17 Dec 2012 15:43:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=B0=BD=20=EC=83=89=EC=83=81=EB=8C=80=EB=B9=84=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/adm.css b/css/adm.css index 2f1f83b47..6f7ceebc6 100644 --- a/css/adm.css +++ b/css/adm.css @@ -66,7 +66,7 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum"; label {vertical-align:middle} textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle} textarea, input {padding:3px} -textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff} +textarea:focus, input:focus {padding:4px;border:0;background:#434f54;color:#fff} textarea {width:90%} select {padding:2px} legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}