# HG changeset patch # User Giulio Moro # Date 1461855381 -3600 # Node ID 064b99859511c2c88972a94f078b3294f530925b # Parent e4a2a39838db0cef3b40bfd7d89cd660316e17a0 Closed #40 diff -r e4a2a39838db -r 064b99859511 interfaces/ABX.css --- a/interfaces/ABX.css Thu Apr 28 10:13:20 2016 +0100 +++ b/interfaces/ABX.css Thu Apr 28 15:56:21 2016 +0100 @@ -51,6 +51,10 @@ background-color: #008000; } +div.comparator-selector.inactive{ + background-color: yellow !important; +} + div.comparator-selector span { font-size: 4em; } @@ -75,4 +79,4 @@ position: absolute; top: 10px; left: 120px; -} \ No newline at end of file +} diff -r e4a2a39838db -r 064b99859511 interfaces/ABX.js --- a/interfaces/ABX.js Thu Apr 28 10:13:20 2016 +0100 +++ b/interfaces/ABX.js Thu Apr 28 15:56:21 2016 +0100 @@ -375,6 +375,7 @@ break; } var node = new this.interfaceObject(audioObject,label); + node.box.children[0].classList.add('inactive'); audioObject.bindInterface(node); this.X = node; this.boxHolders.appendChild(node.box);