mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Restore lost features and unify button styling
- Restore APRS dynamic device selection and status bar - Add ACARS status indicator with listening/receiving states - Fix acars.py: use -o 4 for JSON, correct command order, add macOS pty fix - Unify all start buttons (green) and stop buttons (red) across app - Update help documentation with all modes (APRS, ACARS, Listening Post, TSCM) - Add TSCM Alpha badge to sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -589,13 +589,14 @@ body {
|
||||
}
|
||||
|
||||
.btn.primary {
|
||||
background: var(--accent-cyan);
|
||||
color: var(--bg-dark);
|
||||
background: var(--accent-green);
|
||||
color: #fff;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.btn.primary:hover {
|
||||
box-shadow: 0 0 25px rgba(0, 212, 255, 0.5);
|
||||
background: #1db954;
|
||||
box-shadow: 0 0 25px rgba(34, 197, 94, 0.5);
|
||||
}
|
||||
|
||||
/* Leaflet dark theme overrides */
|
||||
|
||||
Reference in New Issue
Block a user