Fix: Kalender-Icon amber — color-scheme:light erzwingt schwarzes Icon für Filter
This commit is contained in:
parent
e9587d4ecd
commit
fc6a2db744
2 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue