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

Color theme change

This commit is contained in:
skaman82 2016-06-11 04:38:24 +02:00
parent ace46998ce
commit 46f6b9cd5f
26 changed files with 157 additions and 164 deletions

View file

@ -3,7 +3,7 @@
}
.tab-adjustments .range .marker, .tab-adjustments .channel-slider .noUi-connect {
background: #92b67c;
background: #ffbb00;
box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.6);
}

View file

@ -9,18 +9,17 @@
}
.tab-auxiliary .range .marker, .tab-auxiliary .channel-slider .noUi-connect {
background: #59AA29;
background: #92b67c;
background: #ffbb00;
border-radius: 3px;
}
.tab-auxiliary .mode.on .info {
background: #59aa29;
color: white;
background: #ffbb00;
color: black;
}
.tab-auxiliary .mode.on:nth-child(odd) .info {
background: #59aa29;
background: #ffbb00;
}
.tab-auxiliary .mode.off .info {

View file

@ -61,12 +61,12 @@
}
.tab-firmware_flasher .info .progress.valid::-webkit-progress-bar {
background-color: #56ac1d;
background-color: #ffbb00;
border-radius: 4px;
}
.tab-firmware_flasher .info .progress.valid::-webkit-progress-value {
background-color: #56ac1d;
background-color: #ffbb00;
border-radius: 4px;
}

View file

@ -119,7 +119,7 @@ progress[value]::-webkit-progress-bar {
progress[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .15)),
-webkit-linear-gradient(left, #59aa29, #59aa29);
-webkit-linear-gradient(left, #ffbb00, #ffbb00);
border-radius: 2px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) inset;
}

View file

@ -28,7 +28,7 @@
}
.tab-help li span a {
color: #59aa29;
color: #ffbb00;
}
.tab-help .subline {

View file

@ -9,17 +9,17 @@
min-height: 100%;
height: 100%;
overflow-y: auto;
background-color: #436c2c;
background-color: #2e2e2e;
}
.tab-landing .content_top {
height: 140px;
background: #59aa29;
background: #fff;
padding: 20px;
}
.tab-landing .content_mid {
background-color: #eaeaea;
background-color: #ffbb00;
overflow: hidden;
}
@ -35,7 +35,7 @@
margin-right: auto;
margin-top: 5px;
width: 800px;
color: white;
color: black;
font-size: 14px;
font-family: 'open_sanslight', Arial;
}
@ -174,7 +174,7 @@
#changelog .wrapper {
height: 100%;
padding: 0 20px;
border-left: 5px solid green;
border-left: 5px solid #ffbb00;
overflow-y: auto;
display: none;
}
@ -184,7 +184,7 @@
top: 50px;
right: 215px;
position: absolute;
background: green;
background: #ffbb00;
border-radius: 5px 5px 0 0;
border-bottom: none;
height: 30px;
@ -195,7 +195,7 @@
padding: 5px 10px;
width: 70px;
text-align: center;
color: white;
color: #000;
}
#changelog .title {

View file

@ -2,7 +2,7 @@
<div class="content_wrapper">
<div class="content_top">
<div class="logowrapper" align="center">
<span>Welcome to</span><br> <img src="../images/cf_logo_white.svg" />
<img src="../images/cf_logo_white.svg" />
<div class="" i18n="defaultWelcomeIntro" align="center"></div>
</div>
</div>

View file

@ -107,7 +107,7 @@
.tab-onboard_logging .dataflash-used,
.tab-onboard_logging .sdcard-other {
background-color: #59AA29;
background-color: #ffbb00;
border-radius: 4px;
}
@ -263,7 +263,7 @@
margin-top: 8px;
margin-bottom: 8px;
margin-right: 10px;
background-color: #59aa29;
background-color: #ffbb00;
border-radius: 3px;
border: 1px solid #4c8829;
color: #fff;

View file

@ -244,7 +244,7 @@ TABS.receiver.initialize = function (callback) {
context.moveTo(midx, midy);
context.quadraticCurveTo(midxr, midyr, 200, 0);
context.lineWidth = 2;
context.strokeStyle = '#59aa29';
context.strokeStyle = '#ffbb00';
context.stroke();
}, 0);
}).trigger('input');
@ -277,7 +277,7 @@ TABS.receiver.initialize = function (callback) {
context.moveTo(0, rateHeight);
context.quadraticCurveTo(110, rateHeight - ((ratey / 2) * (1 - expo)), 200, rateHeight - ratey);
context.lineWidth = 2;
context.strokeStyle = '#59aa29';
context.strokeStyle = '#ffbb00';
context.stroke();
}, 0);
}).trigger('input');

View file

@ -113,7 +113,7 @@ a:hover {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #59aa29;
background-color: #ffbb00;
border-radius: 3px;
border: 1px solid #4c8829;
color: #fff;

View file

@ -220,8 +220,8 @@
text-align: center;
background-color: #fff;
border-radius: 4px;
border: 1px solid #59aa29;
color: #59aa29;
border: 1px solid #ffbb00;
color: #ffbb00;
font-family: 'open_sanssemibold', Arial;
font-size: 12px;
line-height: 13px;
@ -243,8 +243,8 @@
text-align: center;
background-color: #fff;
border-radius: 4px;
border: 1px solid #59aa29;
color: #59aa29;
border: 1px solid #ffbb00;
color: #ffbb00;
font-family: 'open_sanssemibold', Arial;
font-size: 12px;
line-height: 13px;