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:
authorhaslinghuis <mark@numloq.nl>2022-05-10 13:40:06 +0300
committerGitHub <noreply@github.com>2022-05-10 13:40:06 +0300
commitd359bcf58f0d9229fe9795c154cbf8e6b9b0e5b4 (patch)
tree89958121f5fd3fefb69ae79821e1da8cbd8d56ed
parentdb60f73d70caabed57db0a5c62b37c7e3ac968f5 (diff)
parent2235247a36e6cde13a69147d9085b2c90880ce6e (diff)
Merge pull request #2915 from Asizon/fix_version_margin
Fix version component margin and darktheme background for status bar
-rw-r--r--src/css/dark-theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dark-theme.css b/src/css/dark-theme.css
index f488e8ab..b2c8606a 100644
--- a/src/css/dark-theme.css
+++ b/src/css/dark-theme.css
@@ -48,7 +48,7 @@ body {
/* NOTE: need to think on how to load the dark theme with vue */
#status-bar {
- background-color: #414443;
+ background-color: #414443 !important;
}
#status-bar > * ~ * {