1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 17:55:24 +03:00

Aesthetic CLI dropdown menu (#4073)

Darker background of CLI dropdown menu instead of white BG with yellow font.
This commit is contained in:
SamFPV 2024-06-29 11:46:28 +01:00 committed by GitHub
parent 286e2df4cd
commit c4fd801a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@
}
.cli-textcomplete-dropdown {
border: 1px solid var(--surface-500);
background-color: white;
background-color: var(--surface-300);
border-radius: 5px;
max-height: 50%;
overflow: auto;