1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +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

@ -244,7 +244,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.togglesmall').each(function(index, elem) {
var switchery = new Switchery(elem, {
size: 'small',
color: '#59aa29',
color: '#ffbb00',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {
@ -255,7 +255,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.toggle').each(function(index, elem) {
var switchery = new Switchery(elem, {
color: '#59aa29',
color: '#ffbb00',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {
@ -267,7 +267,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.togglemedium').each(function(index, elem) {
var switchery = new Switchery(elem, {
className: 'switcherymid',
color: '#59aa29',
color: '#ffbb00',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {