From 5cedba876cda955cc7b707777c7f12ef59fb5700 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 09:09:22 +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=2021,=20=EC=82=AC=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EB=B7=B0=20=EB=B0=B0=EA=B2=BD=EC=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 2c503dfcc..11dc988d9 100644 --- a/css/default.css +++ b/css/default.css @@ -545,9 +545,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f /* 사이드뷰 */ .sv_wrap {display:inline-block;position:relative;font-weight:normal} -.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #515151;background:#484848} +.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#334356} .sv_nojs .sv {display:block} -.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #555;color:#fff !important} +.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important} .sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}