1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Color scheme changes

This commit is contained in:
skaman82 2016-05-24 17:28:30 +02:00
parent d68d0e293f
commit 6b6fd4d35c
47 changed files with 1533 additions and 562 deletions

View file

@ -245,7 +245,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.togglesmall').each(function(index, elem) {
var switchery = new Switchery(elem, {
size: 'small',
color: '#4689c8',
color: '#37a8db',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {
@ -256,7 +256,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.toggle').each(function(index, elem) {
var switchery = new Switchery(elem, {
color: '#4689c8',
color: '#37a8db',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {
@ -268,7 +268,7 @@ GUI_control.prototype.content_ready = function (callback) {
$('.togglemedium').each(function(index, elem) {
var switchery = new Switchery(elem, {
className: 'switcherymid',
color: '#4689c8',
color: '#37a8db',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {