This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/modules/crm/css/calendar.css
T
2016-02-16 17:27:45 +02:00

43 lines
619 B
CSS

.date-title {
text-align: center;
}
.date-title h4 {
margin: 10px 0 0;
}
.fc-event.event-canceled .fc-content {
text-decoration: line-through !important;
}
.fc-time-grid-event .fc-bg {
opacity: 0;
}
.fc-state-default.fc-corner-left {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.fc-state-default.fc-corner-right {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.fc-event {
border-radius: 0;
background-color: none !important;
}
.dashlet-body div.calendar-container {
height: 100%;
}
.fc-event {
min-height: 19px;
}
.fc-day-grid-event .fc-time {
font-weight: normal;
}