diff --git a/assets/css/styles.css b/assets/css/styles.css index ff80a58..6ebc314 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -254,7 +254,7 @@ html, body { } .slider:hover { - opacity: 1; /* Fully shown on mouse-over */ + opacity: 1; } .slider::-webkit-slider-thumb { @@ -265,6 +265,7 @@ html, body { background: url('../img/ui/UI_SliderHandle.png'); cursor: pointer; transform: scale(1.6); + border: none; } .slider::-moz-range-thumb { @@ -273,4 +274,5 @@ html, body { background: url('../img/ui/UI_SliderHandle.png'); cursor: pointer; transform: scale(1.6); + border: none; } \ No newline at end of file diff --git a/assets/js/audiohandler.js b/assets/js/audiohandler.js index 481f0cd..5a85feb 100644 --- a/assets/js/audiohandler.js +++ b/assets/js/audiohandler.js @@ -221,9 +221,13 @@ function showSettings() { var opt = document.getElementById("options"); if(opt.style.display == "none") + { opt.style.display = "flex"; + } else + { opt.style.display = "none"; + } } function updateCursorPosition(e) diff --git a/index.html b/index.html index 0eff7b3..54dba41 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,7 @@
-
+