ปรับปฎิทินเพิ่มเติม

This commit is contained in:
Tanyalak 2023-04-05 18:16:31 +07:00
parent 9fc92cfbcd
commit 412c31d023
6 changed files with 80 additions and 24 deletions

View file

@ -42,11 +42,19 @@ button:active {outline:none;}
background: #e3e3e3 ;
color : #66615b;
}
/* ----------- table ----------- */
.fc .fc-toolbar-title{
font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
.fc .fc-toolbar-title{
font-size: 1.2rem;
}
}
/* ----------- table ----------- */
thead tr.fc-first{
border-color: #cdcdcd;
@ -84,4 +92,24 @@ table.fc-border-separate{
/* ----------- table today ----------- */
.fc .fc-daygrid-day.fc-day-today{
background-color: rgba(100, 116, 139, 0.06);
}
/* ----------- table event ----------- */
.fc-h-event{
width: auto;
border: none;
}
.fc-h-event .fc-event-title{
padding-left: 0.5em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color:#334155;
font-weight:400 !important;
}
.fc-daygrid-event .fc-event-title{
white-space: wrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
}