diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index bde29c2c..7e85d103 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -88,7 +88,7 @@ -
+
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cmdTrgt/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cmdTrgt/eduAplctList.jsp index 0f1f00e2..9995cf74 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cmdTrgt/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cmdTrgt/eduAplctList.jsp @@ -86,7 +86,7 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#888'); + $applyButton.css({'background':'#f4f4f4','color':'#888'}); /*24.01.23 웹접근성 검사를 위하여 title 추가*/ $applyButton.attr('title','비활성화됨'); $applyButton.removeAttr('data-tooltip'); @@ -138,7 +138,7 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#888'); + $applyButton.css({'background':'#f4f4f4','color':'#888'}); /*24.01.23 웹접근성 검사를 위하여 title 추가*/ $applyButton.attr('title','비활성화됨'); $applyButton.removeAttr('data-tooltip'); @@ -660,7 +660,7 @@ $(document).ready(function(){
-