Initial commit, based on pxt-adafruit

This commit is contained in:
Michal Moskal
2017-06-29 15:47:26 +01:00
commit 207e7a026c
133 changed files with 1670 additions and 0 deletions

39
theme/fieldeditors.less Normal file
View File

@ -0,0 +1,39 @@
/*******************************
Field Light
*******************************/
#field-neopixels {
cursor: default;
}
#field-neopixels .neopixel, #field-neopixels .colorbutton {
cursor:pointer;
}
#field-neopixels .neopixel {
stroke: #fff;
stroke-width:2px;
}
#field-neopixels .neopixel:hover {
stroke-width: 4px !important;
stroke:#fc3;
}
#field-neopixels .colorbutton {
stroke:black;
stroke-width: 2px;
stroke-opacity: 1;
}
#field-neopixels .colorbutton:hover {
stroke:#fc3;
stroke-width: 3px;
}
#field-neopixels .colorbutton.active {
stroke:#fc3;
stroke-width: 4px !important;
}