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 {