From 9698a9d44145fdd8c9e9546e587377e6eff1e483 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 7 Mar 2025 13:45:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EC=8A=A4=ED=85=80=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 --- public/css/custom.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index b62da32..5f95305 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -22,7 +22,7 @@ border-radius: 2px !important; font-size: 0px !important; } -/* 연차 그래프 (풀풀) */ +/* 연차 그래프 (풀) */ .fc-daygrid-event.full-day { width: 100% !important; height: 8px !important; @@ -44,7 +44,7 @@ .fc-daygrid-day-number { margin-right: auto; } -/* 데이트피커 뾰족없게게 */ +/* 데이트피커 뾰족없게 */ .flatpickr-calendar:before, .flatpickr-calendar:after { display: none !important; @@ -65,12 +65,10 @@ background-color: rgba(0, 0, 0, 0.05); /* 연한 배경 효과 */ /* 주말 (토요일, 일요일) 및 공휴일 */ .fc-day-sat-sun { cursor: not-allowed !important; -opacity: 0.6; /* 흐려 보이게 */ } /* 과거 날짜 (오늘 이전) */ .fc-daygrid-day.past { cursor: not-allowed !important; -opacity: 0.6; /* 흐려 보이게 */ } /* 기본 이벤트 스타일 */ .fc-daygrid-event {