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 {
position: absolute;
color: rgba(127,127,127,0.5);
color: rgba(127,127,127,0.8);
visibility: visible;
text-align: center;
}

@ -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 = "&#xe90c;";
// FIRST |<<
this.seekLoop.innerHTML = "&#xe90b;";
this.seekLoop.onclick = () => {
this.core.soundManager.seek(0);
};

Loading…
Cancel
Save