Merge pull request #161 from sliceratwork/main

Fix background color for selects in ADSB, AIS and APRS dashboards
This commit is contained in:
Smittix
2026-02-26 22:21:47 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
gap: 4px;
}
.aprs-strip .strip-select {
background: rgba(0,0,0,0.3);
background: var(--bg-dark);
border: 1px solid var(--border-color);
color: var(--text-primary);
padding: 4px 8px;