diff --git a/public/assets/img/bg_genre_def.png b/public/assets/img/bg_genre_def.png index 37be238..01b3175 100644 Binary files a/public/assets/img/bg_genre_def.png and b/public/assets/img/bg_genre_def.png differ diff --git a/public/src/js/canvasdraw.js b/public/src/js/canvasdraw.js index de25cdd..effabde 100644 --- a/public/src/js/canvasdraw.js +++ b/public/src/js/canvasdraw.js @@ -153,7 +153,7 @@ y: 5, force: !noForce }) - ctx.fillStyle = "rgb(0,0,0,.5)" + ctx.fillStyle = `rgba(0,0,0,.1)` ctx.fillRect(0, 0, w, h) } if(config.cached){ diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 463e77b..7f4c9bb 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -85,10 +85,10 @@ class SongSelect{ }, "default": { sort: null, - background: "rgb(236,236,236,.5)", - border: ["rgb(251,251,251,.5)", "rgb(139,139,139,.5)"], - outline: "rgb(101,101,101,.5)", - infoFill: "rgb(101,101,101,.5)" + background: "rgb(0,0,0,0)", + border: ["rgb(0,255,0,.5)", "rgb(0,0,255,.5)"], + outline: "#333333", + infoFill: "rgb(0,0,0,0)" } } @@ -1707,7 +1707,7 @@ class SongSelect{ }) } } - if(songSel){ + if(songSel && !this.state.move){ var _x = x + 33 + i * 60 var _y = y + 120 ctx.fillStyle = currentUra ? "#006279" : "#ff9f18"