mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Changed input field border color
This commit is contained in:
parent
103ea53aad
commit
bec37a04d6
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ progress[value]::-webkit-progress-bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-search--dropdown .select2-search__field {
|
.select2-search--dropdown .select2-search__field {
|
||||||
border: 1px solid #ffffff !important;
|
border: 1px solid var(--subtleAccent) !important;
|
||||||
background-color: #3a3a3a !important;
|
background-color: #3a3a3a !important;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue