Fix: FAB-Buttons orange, Kotbeutel-Tüten-Icon + grün, Mülleimer grau
This commit is contained in:
parent
7fddfdba0b
commit
abc7e6628a
6 changed files with 18 additions and 17 deletions
|
|
@ -1464,17 +1464,17 @@ textarea.form-control {
|
|||
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);
|
||||
background: #C4843A;
|
||||
color: #fff;
|
||||
border: none;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 10px;
|
||||
}
|
||||
.places-locate-btn:hover { background: #f0f0f0; }
|
||||
.places-locate-btn:hover { background: #9E6520; }
|
||||
|
||||
/* ============================================================
|
||||
ROUTEN — Komoot-Stil (routes.js)
|
||||
|
|
@ -1892,10 +1892,10 @@ textarea.form-control {
|
|||
width: 44px;
|
||||
height: 44px;
|
||||
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);
|
||||
background: #C4843A;
|
||||
color: #fff;
|
||||
border: none;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
|
||||
cursor: pointer;
|
||||
font-size: 1.25rem;
|
||||
display: flex;
|
||||
|
|
@ -1904,7 +1904,7 @@ textarea.form-control {
|
|||
transition: background 0.15s;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.map-fab:hover { background: #f0f0f0; }
|
||||
.map-fab:hover { background: #9E6520; }
|
||||
.map-fab--pin.active {
|
||||
background: var(--c-danger);
|
||||
border-color: var(--c-danger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue