Enhance detail event box visibility

This commit is contained in:
Kiyomichi Kosaka 2025-06-20 13:49:32 +02:00
parent 8451fa9f54
commit 3822b0cdf7

View File

@ -450,6 +450,7 @@
overflow: visible;
white-space: nowrap;
z-index: 3;
box-shadow: 0 0 4px var(--border-color, rgba(0,255,255,0.9));
}
.event-box {
display: flex;
@ -486,6 +487,7 @@
font-weight: 600;
text-shadow: 0 0 4px var(--border-color, #ff00ff);
z-index: 4;
box-shadow: 0 0 4px var(--border-color, rgba(0,255,255,0.9));
}
.event-line .event-label.below,