diff --git a/app/components/live-atc/cockpit/RadioPanel.vue b/app/components/live-atc/cockpit/RadioPanel.vue index ea7215e..83bbf11 100644 --- a/app/components/live-atc/cockpit/RadioPanel.vue +++ b/app/components/live-atc/cockpit/RadioPanel.vue @@ -84,61 +84,8 @@ const channelLabel = (entry: DisplayAirportFrequencyEntry) => FREQ_ROLE_LABEL[en +
- - - - - - - - FREQ_ROLE_LABEL[en + + + + + + + +
diff --git a/app/pages/live-atc.vue b/app/pages/live-atc.vue index a2bc54a..83db64b 100644 --- a/app/pages/live-atc.vue +++ b/app/pages/live-atc.vue @@ -191,26 +191,26 @@ + - + mdi-logout @@ -1844,6 +1845,30 @@ onUnmounted(() => { min-width: 40px; justify-content: center; } +.hud-report-btn { + border: 1px solid rgba(245, 158, 11, 0.5); + background: rgba(245, 158, 11, 0.18); + color: #fcd34d; + font-weight: 600; + font-size: 0.82rem; + transition: background .2s ease, border-color .2s ease, color .2s ease; +} +.hud-report-btn:hover:not(:disabled), +.hud-report-btn:focus-visible:not(:disabled) { + background: rgba(245, 158, 11, 0.28); + border-color: rgba(245, 158, 11, 0.7); + color: #fde68a; + outline: none; +} +.hud-report-btn:disabled { + opacity: 0.6; + cursor: progress; +} +.pm-page[data-theme="light"] .hud-report-btn { + background: rgba(180, 83, 9, 0.12); + border-color: rgba(180, 83, 9, 0.4); + color: #92400e; +} .bridge-badge { display: inline-flex; align-items: center;