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:
parent
ace46998ce
commit
46f6b9cd5f
26 changed files with 157 additions and 164 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: '#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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue