This commit is contained in:
focp212@naver.com
2025-11-03 14:23:15 +09:00
parent c6b821a351
commit 99be1d46f7

View File

@@ -55,9 +55,16 @@
}
.calendar-style .react-calendar__tile--active {
background-color: #3E6AFC !important;
color: white !important;
border-radius: 100px;
background-color: white !important;
}
.calendar-style .react-calendar__tile--active abbr{
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
border-radius: 30px;
background: #3E6AFC !important;
color: white;
}
.react-calendar__tile.react-calendar__tile--hasActive.react-calendar__year-view__months__month abbr {
@@ -72,12 +79,35 @@
}
.react-calendar__tile--hasActive {
background: white !important;
}
.react-calendar__tile--hasActive abbr{
background: #3E6AFC !important;
color: white !important;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
border-radius: 50px;
}
.react-calendar__tile {
/* color: #2D3436 !important; */
.react-calendar__tile--now {
background: white !important;
}
.react-calendar__tile--now abbr {
background: #00B894 !important;
color: white !important;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
border-radius: 50px;
}
.react-calendar__month-view__days__day.react-calendar__tile--now abbr {
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
border-radius: 30px;
}
abbr[title] {