Slight visuals update

master
William Toohey 10 years ago
parent 9cc2097ac1
commit 0df5b7f8d4
  1. 2
      src/css/hues-editor.css
  2. 4
      src/js/HuesEditor.js

@ -137,7 +137,7 @@
.beat-hilight { .beat-hilight {
position: absolute; position: absolute;
color: rgba(127,127,127,0.5); color: rgba(127,127,127,0.8);
visibility: visible; visibility: visible;
text-align: center; text-align: center;
} }

@ -548,8 +548,8 @@ HuesEditor.prototype.uiCreateEditArea = function() {
this.loopEdit = this.uiCreateSingleEditor("Rhythm ", "sound", "rhythm", "edit-loop", editArea); this.loopEdit = this.uiCreateSingleEditor("Rhythm ", "sound", "rhythm", "edit-loop", editArea);
this.seekLoop = this.loopEdit._seek; this.seekLoop = this.loopEdit._seek;
// BACK |< // FIRST |<<
this.seekLoop.innerHTML = "&#xe90c;"; this.seekLoop.innerHTML = "&#xe90b;";
this.seekLoop.onclick = () => { this.seekLoop.onclick = () => {
this.core.soundManager.seek(0); this.core.soundManager.seek(0);
}; };

Loading…
Cancel
Save