Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/dark-theme.less')
-rw-r--r--src/css/dark-theme.less10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/css/dark-theme.less b/src/css/dark-theme.less
index 4dd8c31d..ba2b0f57 100644
--- a/src/css/dark-theme.less
+++ b/src/css/dark-theme.less
@@ -324,9 +324,17 @@ button {
}
}
}
- select {
+ input {
background-color: #3a3a3a;
color: white;
+ border: solid 1px var(--subtleAccent);
+ border-radius: 3px;
+ min-height: 20px;
+ padding: 2px;
+ }
+ select {
+ background-color: #424242;
+ color: white;
}
}
.options {