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

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbreadoven <56191411+breadoven@users.noreply.github.com>2021-10-18 01:44:33 +0300
committerbreadoven <56191411+breadoven@users.noreply.github.com>2021-10-18 01:44:33 +0300
commit8fcdf769455f18e815f5d342796f93bb23011647 (patch)
tree3b80f015259d042e7703653b9892416a96aa43e2 /src
parent3d1fcca7bb732573d4e576635db4c62e7e16c002 (diff)
Initial build
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/mission_planer.css34
1 files changed, 26 insertions, 8 deletions
diff --git a/src/css/tabs/mission_planer.css b/src/css/tabs/mission_planer.css
index 1bdcef81..1dac2869 100644
--- a/src/css/tabs/mission_planer.css
+++ b/src/css/tabs/mission_planer.css
@@ -60,7 +60,11 @@
.tab-mission-control .ic_removeAll {
background-image: url(../images/icons/cf_icon_MP_removeAll_grey.svg);
}
-
+/* CR8 */
+.tab-mission-control .ic_openMultimission {
+ background-image: url(../images/icons/cf_icon_multimission_white.svg);
+}
+/* CR8 */
.tab-mission-control .ic_save {
background-image: url(../images/icons/cf_icon_MP_save_grey.svg);
}
@@ -92,7 +96,11 @@
.tab-mission-control .ic_center {
background-image: url(../images/icons/cf_icon_MP_center_grey.svg);
}
-
+/* CR8 */
+.tab-mission-control .ic_setup {
+ background-image: url(../images/icons/cf_icon_setup_white.svg);
+}
+/* CR8 */
.tab-mission-control .btnicon {
background-repeat: no-repeat;
background-position: center;
@@ -277,21 +285,31 @@
.ol-touch .mission-control-settings {
top: 80px;
}
-.mission-control-safehome {
- top: 115px;
+/* CR8 */
+.mission-control-multimission {
+ top: 90px;
left: .5em;
}
-.ol-touch .mission-control-safehome {
- top: 120px;
+.ol-touch .mission-control-multimission {
+ top: 100px;
}
.mission-control-elevation {
- top: 90px;
+ top: 115px;
left: .5em;
}
.ol-touch .mission-control-elevation {
- top: 100px;
+ top: 120px;
+}
+
+.mission-control-safehome {
+ top: 140px;
+ left: .5em;
+}
+.ol-touch .mission-control-safehome {
+ top: 140px;
}
+/* CR8 */
.mission-control-template {
top: 140px;
left: .5em;