From fc6a2db74439a4002fe128d8c271116f5e7f878e Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Apr 2026 20:33:02 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Kalender-Icon=20amber=20=E2=80=94=20colo?= =?UTF-8?q?r-scheme:light=20erzwingt=20schwarzes=20Icon=20f=C3=BCr=20Filte?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 10 +++++++--- backend/static/sw.js | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index ec1a8c3..9a81914 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -239,12 +239,16 @@ .form-control::placeholder { color: var(--c-text-muted); } -/* Kalender-Icon in Datumseingaben: Amber statt Schwarz */ +/* Kalender-Icon in Datumseingaben: Amber statt weiß/schwarz + color-scheme: light → Browser rendert schwarzes Icon → Filter tönt es amber */ +input[type="date"], +input[type="time"] { + color-scheme: light; +} input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator { cursor: pointer; - opacity: 0.85; - filter: sepia(0.7) saturate(1.8) hue-rotate(-8deg) brightness(0.9); + filter: sepia(1) saturate(1.8) hue-rotate(-8deg) brightness(0.85); } .form-control:focus { diff --git a/backend/static/sw.js b/backend/static/sw.js index 286df93..93b2d87 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications ============================================================ */ -const CACHE_VERSION = 'by-v12'; +const CACHE_VERSION = 'by-v13'; const CACHE_STATIC = `${CACHE_VERSION}-static`; // Diese Dateien werden beim Install gecacht (App Shell)