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

Moved MSC button to blackbox tab.

This commit is contained in:
mikeller 2018-07-18 01:00:12 +12:00
parent b9358083d9
commit 3caf2d8ff5
6 changed files with 72 additions and 20 deletions

View file

@ -206,6 +206,22 @@
display: none;
}
.require-msc-supported {
display: none;
}
.tab-onboard_logging.msc-supported .require-msc-supported {
display: block;
}
.require-msc-not-ready {
display: none;
}
.tab-onboard_logging.msc-not-ready .require-msc-not-ready {
display: block;
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
.tab-onboard_logging table thead tr:first-child {
font-size: 12px;
@ -300,4 +316,4 @@
pointer-events: none;
text-shadow: none;
opacity: 0.5;
}
}