This commit is contained in:
Janus C. H. Knudsen 2025-10-02 15:57:11 +02:00
parent 0f2d96f76f
commit 54acdb9b41
2 changed files with 59 additions and 44 deletions

View file

@ -353,7 +353,7 @@ swp-allday-container swp-event {
}
/* Overflow indicator styling */
swp-allday-container swp-event.max-event-overflow {
swp-allday-container swp-event.max-event-indicator {
background: #e0e0e0 !important;
color: #666 !important;
border: 1px dashed #999 !important;
@ -364,13 +364,13 @@ swp-allday-container swp-event.max-event-overflow {
justify-content: center;
}
swp-allday-container swp-event.max-event-overflow:hover {
swp-allday-container swp-event.max-event-indicator:hover {
background: #d0d0d0 !important;
color: #333 !important;
opacity: 1;
}
swp-allday-container swp-event.max-event-overflow span {
swp-allday-container swp-event.max-event-indicator span {
display: block;
width: 100%;
text-align: center;
@ -378,6 +378,14 @@ swp-allday-container swp-event.max-event-overflow span {
font-weight: normal;
}
swp-allday-container swp-event.max-event-overflow-show {
display: block;
}
swp-allday-container swp-event.max-event-overflow-hide {
display: none;
}
/* Hide time element for all-day styled events */
swp-allday-container swp-event swp-event-time{
display: none;