From 07cb5be0d0cd594d8be7a1fe8b6827f927cd4471 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 20:39:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2013,=20=EC=95=84=EC=9B=83=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=A0=84=20?= =?UTF-8?q?input=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index e69118e87..2db912fc9 100644 --- a/css/default.css +++ b/css/default.css @@ -210,9 +210,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f .ol a {} #ol_before fieldset {position:relative} -#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#fff;line-height:1.6em} +#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} +#ol_id:focus {border-color:#333;background:#4e5d60;color:#fff} .ol_idlabel {position:absolute;top:6px;left:5px;color:#4e5d60;font-size:0.9em} -#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#fff;vertical-align:top;line-height:1.6em} +#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} +#ol_pw:focus {border-color:#333;background:#4e5d60;color:#fff} .ol_pwlabel {position:absolute;top:35px;left:5px;color:#4e5d60;font-size:0.9em} #auto_login {} #auto_login_label {letter-spacing:-0.1em}