From 1b1106a7c74c35a5cfa721c26bf708507f08ee2f Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 22 Jan 2024 17:25:14 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/22=20=ED=98=84=EC=9E=AC=20=EB=8B=A8?= =?UTF-8?q?=EA=B3=84=20=ED=91=9C=ED=98=84=20:=20=ED=8F=B0=ED=8A=B8?= =?UTF-8?q?=EC=83=89=EC=83=81=EC=97=90=EC=84=9C=20=EC=96=B8=EB=8D=94?= =?UTF-8?q?=EB=9D=BC=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/exprnClsrmAplctDashboard.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp index de45bd52..f1c5e3a0 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp @@ -33,7 +33,7 @@ $("#p_"+aprvlCd).parent().attr('class', 'p_on'); $("#p_"+aprvlCd).parent().prevAll().attr('class', 'p_on'); - $("#p_"+aprvlCd).css("color", "#FFFF00").attr("title", "현재페이지"); + $("#p_"+aprvlCd).css("text-decoration", "underline").attr("title", "현재페이지"); $("#p_"+aprvlCd).click(); } }); @@ -48,9 +48,9 @@ $("#loadArea").load("", sendData ,function(response, status, xhr){ if(status == 'success'){ $(tab).parent().siblings().each(function(index){ - $(this).children('a').css('color', '').removeAttr('title') + $(this).children('a').css('text-decoration', '').removeAttr('title') }); - $(tab).css("color", "#FFFF00").attr("title", "현재페이지"); + $(tab).css("text-decoration", "underline").attr("title", "현재페이지"); boardCaptionToggle(); boardCaptionToggle02();