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:
parent
4e8d94304e
commit
11b80a67ff
6 changed files with 25 additions and 25 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue