Change external events color from gray to light orange
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Gray blended with empty cells. New color: orange (#fff7ed bg, #fb923c
accent) — visible but understated compared to blue (meetings).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-25 16:05:42 +01:00
parent 88cc65091f
commit a8e4d2d822

View File

@ -192,9 +192,9 @@
}
.calendar-event.external {
background: #f1f5f9;
color: #475569;
border-left: 2px solid #94a3b8;
background: #fff7ed;
color: #c2410c;
border-left: 2px solid #fb923c;
}
/* Widok listy - istniejące style */
@ -326,7 +326,7 @@
.badge-type.webinar { background: #dcfce7; color: #166534; }
.badge-type.networking { background: #fef3c7; color: #92400e; }
.badge-type.other { background: #f3e8ff; color: #7c3aed; }
.badge-type.external { background: #f1f5f9; color: #475569; }
.badge-type.external { background: #fff7ed; color: #c2410c; }
.event-card.external-event {
border-left: 3px solid #94a3b8;
@ -518,7 +518,7 @@
.day-modal-event-dot.networking { background: #f59e0b; }
.day-modal-event-dot.webinar { background: #22c55e; }
.day-modal-event-dot.other { background: #a855f7; }
.day-modal-event-dot.external { background: #94a3b8; }
.day-modal-event-dot.external { background: #fb923c; }
.day-modal-event-info { flex: 1; }
.day-modal-event-title { font-weight: 600; font-size: 15px; }
.day-modal-event-meta { font-size: 13px; color: var(--text-secondary); margin-top: 2px; }