diff --git a/public/index.html b/public/index.html index e39a5a7..9ee7769 100644 --- a/public/index.html +++ b/public/index.html @@ -136,6 +136,23 @@ min-width: 120px; } #map-search-input::placeholder { color: #7a8499; } + #flight-origin-select { + background: transparent; + border: none; + border-left: 1px solid #252a38; + color: #e0e6f0; + font-size: 0.72rem; + font-weight: 700; + padding: 8px 10px; + outline: none; + cursor: pointer; + flex-shrink: 0; + max-width: 96px; + } + #flight-origin-select option { + background: #13161f; + color: #e0e6f0; + } .provider-tabs { display: flex; align-items: center; @@ -1541,6 +1558,10 @@