[fix](trx-frontend): fix CW audio picker and bookmark add button

Use an audio-window tone picker for CW with exact click-to-tone mapping.
Make + Add Bookmark inherit the shared button style.

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-04 22:46:08 +01:00
parent 2a9cd5ed0e
commit 1ebe65e0f2
3 changed files with 46 additions and 47 deletions
@@ -2716,18 +2716,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
.bm-add-btn {
background: var(--accent-green);
color: #fff;
border: none;
border-radius: 0.35rem;
padding: 0.4rem 0.85rem;
font-size: 0.85rem;
font-weight: 600;
cursor: pointer;
}
.bm-add-btn:hover {
opacity: 0.88;
white-space: nowrap;
}
#bm-form-wrap {