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:
@@ -4343,14 +4343,14 @@ body::before {
|
||||
}
|
||||
|
||||
.radio-action-btn.scan {
|
||||
background: var(--accent-cyan);
|
||||
border-color: var(--accent-cyan);
|
||||
color: var(--bg-primary);
|
||||
background: var(--accent-green);
|
||||
border-color: var(--accent-green);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.radio-action-btn.scan:hover {
|
||||
background: #5aa8ff;
|
||||
box-shadow: 0 0 20px var(--accent-cyan-dim);
|
||||
background: #1db954;
|
||||
box-shadow: 0 0 20px rgba(34, 197, 94, 0.4);
|
||||
}
|
||||
|
||||
.radio-action-btn.scan.active {
|
||||
|
||||
Reference in New Issue
Block a user