From 0df5b7f8d4cbb37762787549b7a6bbb9d1e29077 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Thu, 4 Feb 2016 18:30:29 +1000 Subject: [PATCH] Slight visuals update --- src/css/hues-editor.css | 2 +- src/js/HuesEditor.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/hues-editor.css b/src/css/hues-editor.css index 6076124..c6c15e1 100644 --- a/src/css/hues-editor.css +++ b/src/css/hues-editor.css @@ -137,7 +137,7 @@ .beat-hilight { position: absolute; - color: rgba(127,127,127,0.5); + color: rgba(127,127,127,0.8); visibility: visible; text-align: center; } diff --git a/src/js/HuesEditor.js b/src/js/HuesEditor.js index 9c7af25..59c1ea1 100644 --- a/src/js/HuesEditor.js +++ b/src/js/HuesEditor.js @@ -548,8 +548,8 @@ HuesEditor.prototype.uiCreateEditArea = function() { this.loopEdit = this.uiCreateSingleEditor("Rhythm ", "sound", "rhythm", "edit-loop", editArea); this.seekLoop = this.loopEdit._seek; - // BACK |< - this.seekLoop.innerHTML = ""; + // FIRST |<< + this.seekLoop.innerHTML = ""; this.seekLoop.onclick = () => { this.core.soundManager.seek(0); };