Merge pull request #77 from ok2/codex/ensure-visible-borders-for-event-boxes

Improve event box borders
This commit is contained in:
Kiyomichi Kosaka 2025-06-20 13:49:46 +02:00 committed by GitHub
commit 3974237f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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