From 4d14dbaede2104db09c950bc2c65708e59ec10cd Mon Sep 17 00:00:00 2001 From: Stream Date: Tue, 5 May 2026 19:10:01 +0300 Subject: [PATCH] auto-sync: 2026-05-05 19:10:01 --- tasks/enduro-trails/prototype/static/app.css | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tasks/enduro-trails/prototype/static/app.css b/tasks/enduro-trails/prototype/static/app.css index f41bf0b..54ed9b7 100644 --- a/tasks/enduro-trails/prototype/static/app.css +++ b/tasks/enduro-trails/prototype/static/app.css @@ -286,23 +286,23 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; } /* Route actions */ .route-actions { - display: flex; gap: 8px; margin: 12px 0; - padding: 8px; background: var(--surface2); border-radius: 14px; + display: flex; gap: 8px; margin: 8px 0; } .btn-action { - flex: 1; height: 56px; padding: 8px 0; - display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; - background: none; border: none; color: var(--text2); - font-size: 10px; font-weight: 600; cursor: pointer; - -webkit-tap-highlight-color: transparent; border-radius: 10px; + height: 36px; padding: 0 14px; + display: flex; align-items: center; justify-content: center; gap: 6px; + background: var(--surface2); border: 1px solid var(--border); + border-radius: 12px; color: var(--text2); + font-size: 13px; font-weight: 600; cursor: pointer; + -webkit-tap-highlight-color: transparent; transition: background 0.15s, transform 0.1s, color 0.15s; } -.btn-action svg { width: 20px; height: 20px; transition: transform 0.1s; } -.btn-action:active { background: var(--surface2); transform: scale(0.94); } +.btn-action svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.1s; } +.btn-action:active { transform: scale(0.94); background: var(--surface3, var(--border)); } +.btn-action.primary { border-color: var(--accent); color: var(--accent); } +.btn-action.primary:active { background: var(--accent); color: #fff; border-color: var(--accent); } .btn-action.danger { color: var(--red); } -.btn-action.danger:active { background: var(--red); color: #fff; } -.btn-action.primary { color: var(--accent); } -.btn-action.primary:active { background: var(--accent); color: #fff; } +.btn-action.danger:active { background: var(--red); color: #fff; border-color: var(--red); } /* ── Route Status ─────────────────────────────── */ #route-status { font-size: 13px; color: var(--text2); padding: 8px 0; display: flex; align-items: center; gap: 6px; }