Merge pull request #77 from ok2/codex/ensure-visible-borders-for-event-boxes
Improve event box borders
This commit is contained in:
commit
3974237f42
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user