From 40953dc1350d23f6b7298851b85ac73a662763ff Mon Sep 17 00:00:00 2001 From: ecpla Date: Tue, 14 Mar 2023 14:26:54 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 14c042d1..8571cf89 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1,4 +1,6 @@ @charset "utf-8"; /********** 헤더 **********/ +input:focus {outline: none;} +button:focus{outline:none;} .skip-nav { position: fixed; left: 0px; @@ -2098,7 +2100,7 @@ footer .tot_nlib_site .site_depth div a { footer .tot_nlib_site .site_depth .depth_box { overflow-y: scroll; overflow-x: hidden; - max-height: 176px; + max-height: 172px; padding: 7px 0px; }