커스텀 수정

This commit is contained in:
dyhj625 2025-03-07 13:45:46 +09:00
parent dd855634a0
commit 9698a9d441

View File

@ -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 {