# HG changeset patch # User www-data # Date 1461856867 -3600 # Node ID a5299dfc0814eebde2eeba4d06f3ffc2f9e0f352 # Parent b74241682c17e5d9bc9a8d6ca413e3ecdb9daab5# Parent 064b99859511c2c88972a94f078b3294f530925b Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r b74241682c17 -r a5299dfc0814 interfaces/ABX.css --- a/interfaces/ABX.css Thu Apr 28 10:21:05 2016 +0100 +++ b/interfaces/ABX.css Thu Apr 28 16:21:07 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 b74241682c17 -r a5299dfc0814 interfaces/ABX.js --- a/interfaces/ABX.js Thu Apr 28 10:21:05 2016 +0100 +++ b/interfaces/ABX.js Thu Apr 28 16:21:07 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);