커스텀 수정
This commit is contained in:
parent
dd855634a0
commit
9698a9d441
@ -22,7 +22,7 @@
|
|||||||
border-radius: 2px !important;
|
border-radius: 2px !important;
|
||||||
font-size: 0px !important;
|
font-size: 0px !important;
|
||||||
}
|
}
|
||||||
/* 연차 그래프 (풀풀) */
|
/* 연차 그래프 (풀) */
|
||||||
.fc-daygrid-event.full-day {
|
.fc-daygrid-event.full-day {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 8px !important;
|
height: 8px !important;
|
||||||
@ -44,7 +44,7 @@
|
|||||||
.fc-daygrid-day-number {
|
.fc-daygrid-day-number {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
/* 데이트피커 뾰족없게게 */
|
/* 데이트피커 뾰족없게 */
|
||||||
.flatpickr-calendar:before,
|
.flatpickr-calendar:before,
|
||||||
.flatpickr-calendar:after {
|
.flatpickr-calendar:after {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@ -65,12 +65,10 @@ background-color: rgba(0, 0, 0, 0.05); /* 연한 배경 효과 */
|
|||||||
/* 주말 (토요일, 일요일) 및 공휴일 */
|
/* 주말 (토요일, 일요일) 및 공휴일 */
|
||||||
.fc-day-sat-sun {
|
.fc-day-sat-sun {
|
||||||
cursor: not-allowed !important;
|
cursor: not-allowed !important;
|
||||||
opacity: 0.6; /* 흐려 보이게 */
|
|
||||||
}
|
}
|
||||||
/* 과거 날짜 (오늘 이전) */
|
/* 과거 날짜 (오늘 이전) */
|
||||||
.fc-daygrid-day.past {
|
.fc-daygrid-day.past {
|
||||||
cursor: not-allowed !important;
|
cursor: not-allowed !important;
|
||||||
opacity: 0.6; /* 흐려 보이게 */
|
|
||||||
}
|
}
|
||||||
/* 기본 이벤트 스타일 */
|
/* 기본 이벤트 스타일 */
|
||||||
.fc-daygrid-event {
|
.fc-daygrid-event {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user