Add edit my rides
Deploy PBT / deploy (push) Successful in 17s

This commit is contained in:
2026-09-11 08:03:19 +02:00
parent 36d97f5e79
commit ca90346f0b
4 changed files with 104 additions and 32 deletions
+20
View File
@@ -136,6 +136,26 @@
.stars { color: #e3b341; white-space: nowrap; }
.stop-dot { color: var(--success); font-size: 0.7rem; vertical-align: middle; }
.row-actions { display: flex; gap: 0.4rem; }
.row-actions form { display: contents; }
.icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
padding: 0;
border: 1px solid var(--panel-border);
border-radius: 6px;
background: transparent;
color: var(--text-muted);
cursor: pointer;
}
.icon-btn svg { width: 16px; height: 16px; }
.icon-btn.edit:hover { color: var(--accent); border-color: var(--accent); background: rgba(74, 158, 255, 0.1); }
.icon-btn.delete { color: var(--danger); }
.icon-btn.delete:hover { background: rgba(248, 81, 73, 0.12); border-color: var(--danger); }
.combo { position: relative; display: flex; flex-direction: column; }
.combo-list {
position: absolute;