From 3e5df90c8fc77226684070152c7039f5c4d3c592 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 14:58:02 +0100 Subject: [PATCH] [style](trx-frontend-http): APRS bar clear button rounded rect Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index d31db8a..c3b73c1 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -661,7 +661,7 @@ small { color: var(--text-muted); } .aprs-bar-clear { background: none; border: 1px solid color-mix(in srgb, var(--accent-green) 40%, transparent); - border-radius: 999px; + border-radius: 3px; padding: 0.02rem 0.3rem; font-family: inherit; font-size: 0.78em;