Fix: map-fab Buttons explizit weiß (#fff) — Dark Mode machte sie schwarz
This commit is contained in:
parent
50ec181dba
commit
7fddfdba0b
3 changed files with 8 additions and 7 deletions
|
|
@ -1892,18 +1892,19 @@ textarea.form-control {
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--c-surface);
|
background: #fff;
|
||||||
border: 1.5px solid var(--c-border);
|
color: #333;
|
||||||
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
|
border: 2px solid rgba(0,0,0,0.2);
|
||||||
|
box-shadow: 0 2px 8px rgba(0,0,0,0.25);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: background 0.15s, border-color 0.15s;
|
transition: background 0.15s;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
.map-fab:hover { background: var(--c-surface-2); }
|
.map-fab:hover { background: #f0f0f0; }
|
||||||
.map-fab--pin.active {
|
.map-fab--pin.active {
|
||||||
background: var(--c-danger);
|
background: var(--c-danger);
|
||||||
border-color: var(--c-danger);
|
border-color: var(--c-danger);
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '93'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '94'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||||
|
|
||||||
const App = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v118';
|
const CACHE_VERSION = 'by-v119';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue