Skip to content

Commit 238839a

Browse files
author
Gary Keeble
committed
Merge branch 'Cosmetic-Changes'
2 parents 7a9a541 + 4ec112e commit 238839a

24 files changed

+269
-93
lines changed

css/main.css

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,20 @@ progress {
563563
color: #EAEAEA;
564564
}
565565

566+
img.navbar-brand {
567+
height: 35px;
568+
padding: 0px;
569+
display:none;
570+
}
571+
572+
html.isCF img.isCF, html.isBF img.isBF {
573+
display: block;
574+
}
575+
576+
a.navbar-brand {
577+
padding: 15px;
578+
}
579+
566580
.navbar {
567581
margin-bottom:5px;
568582
}
@@ -696,12 +710,21 @@ input[type="checkbox"].bigswitch.ios-switch + div {
696710
}
697711

698712
/* Green Track */
699-
input[type="checkbox"].green.ios-switch:checked + div {
713+
input[type="checkbox"].green.ios-switch:checked + div,
714+
html.isCF input[type="checkbox"].ios-switch:checked + div {
700715
background-color: #00e359;
701716
border: 1px solid rgba(0, 162, 63,1);
702717
box-shadow: inset 0 0 0 10px rgba(0,227,89,1);
703718
}
704719

720+
/* Orange Track */
721+
input[type="checkbox"].orange.ios-switch:checked + div,
722+
html.isBF input[type="checkbox"].ios-switch:checked + div {
723+
background-color: #FFC638;
724+
border: 1px solid rgba(158, 100, 0, 1);
725+
box-shadow: inset 0 0 0 10px rgba(224,168,0,1);
726+
}
727+
705728
/* Normal Knob */
706729
input[type="checkbox"].ios-switch + div > div {
707730
float: left;
@@ -756,7 +779,13 @@ input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
756779
}
757780

758781
/* Green Knob */
759-
input[type="checkbox"].green.ios-switch:checked + div > div {
782+
input[type="checkbox"].green.ios-switch:checked + div > div ,
783+
html.isCF input[type="checkbox"].ios-switch:checked + div > div {
760784
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 162, 63,1);
761785
}
762786

787+
/* Orange Knob */
788+
input[type="checkbox"].orange.ios-switch:checked + div > div ,
789+
html.isBF input[type="checkbox"].ios-switch:checked + div > div {
790+
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(158, 100, 0,1);
791+
}

images/bf_logo_white.svg

Lines changed: 47 additions & 0 deletions
Loading

images/cf_logo_white.svg

Lines changed: 27 additions & 0 deletions
Loading

images/motor_order/airplane.svg

100755100644
File mode changed.

images/motor_order/atail_quad.svg

100755100644
File mode changed.

images/motor_order/bicopter.svg

100755100644
File mode changed.

images/motor_order/custom.svg

100755100644
Lines changed: 58 additions & 21 deletions
Loading

images/motor_order/flying_wing.svg

100755100644
File mode changed.

0 commit comments

Comments
 (0)