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:
parent
286e2df4cd
commit
c4fd801a07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue