From f757b2718331f003238785f1d14abc5702de845a Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 22 Jan 2024 15:32:34 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/22=20=ED=94=84=EB=A1=9C=EC=84=B8?= =?UTF-8?q?=EC=8A=A4=20=EB=AA=85=EB=8F=84=EB=8C=80=EB=B9=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/usr/publish/css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index 8fb458f7..b5dab6fa 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -382,7 +382,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa /* 체험교실대시보드 7단계 */ .ex_process {display:flex; justify-content:space-between;} .ex_process li {border-radius: 10px; width:13.5%; text-align: center; color:#fff; padding:15px 0 18px 0; font-size:22px;} -.ex_process li.p {background-color: #a7acb6;} +.ex_process li.p {/*background-color: #a7acb6;*/ background-color:#8b919e;} .ex_process li.p_on {/*background-color:#f37632;*/ background-color:#f05f0f;}