Fix: Karte — Locate-Button CSS explizit (#fff, Inline-SVG statt Sprite-Use)
This commit is contained in:
parent
a0e1a26bd2
commit
50ec181dba
4 changed files with 16 additions and 14 deletions
|
|
@ -1461,18 +1461,20 @@ textarea.form-control {
|
|||
padding: var(--space-1) var(--space-3);
|
||||
}
|
||||
.places-locate-btn {
|
||||
font-size: 1.3rem;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border-radius: 50%;
|
||||
background: var(--c-surface);
|
||||
border: 1.5px solid var(--c-border);
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 2px solid rgba(0,0,0,0.2);
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.25);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 10px;
|
||||
}
|
||||
.places-locate-btn:hover { background: #f0f0f0; }
|
||||
|
||||
/* ============================================================
|
||||
ROUTEN — Komoot-Stil (routes.js)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue