From 3db4fedfccefdf31ccd62494bf7175290b6b4d14 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 20:33:53 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20readonly=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=B4=EB=A5=98?= 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 d4eed8a7a..e30111684 100644 --- a/css/adm.css +++ b/css/adm.css @@ -150,7 +150,7 @@ fieldset textarea {padding:3px 3px 4px;border:1px solid #ccc;background:#f7f7f7; .fs_input:focus, fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#fff} -.readonly {border:1px solid #a7bac2;;background:#a7bac2;color:#fff} +.readonly {} /* 폼 안내글 */ .adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}