1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00

Some rebranding

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-04-25 23:47:18 +10:00
parent 4e8d94304e
commit 11b80a67ff
6 changed files with 25 additions and 25 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: '#4689c8',
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: '#4689c8',
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: '#4689c8',
secondaryColor: '#c4c4c4'
});
$(elem).on("change", function (evt) {