More tweaks to makey node - colours, jshint fixes, icons, readme etc.

This commit is contained in:
Dave C-J
2014-07-18 17:04:22 +01:00
parent 9d6d9917b8
commit 232a11983b
4 changed files with 4 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
<script type="text/x-red" data-template-name="makeymakey">
<div class="form-row">
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
</script>
@@ -33,7 +33,7 @@
<script type="text/javascript">
RED.nodes.registerType('makeymakey',{
category: 'advanced-input',
color:"#6da082",
color:"#f6e686",
defaults: {
name: {value:""},
vid: {value:"0x1b4f",required:true},