mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
More tweaks to makey node - colours, jshint fixes, icons, readme etc.
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user