fix slider, woops

This commit is contained in:
Xiexe
2020-10-03 23:09:59 -04:00
parent a1aea07a45
commit 71ba1704be
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -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;
}
+4
View File
@@ -221,10 +221,14 @@ function showSettings()
{
var opt = document.getElementById("options");
if(opt.style.display == "none")
{
opt.style.display = "flex";
}
else
{
opt.style.display = "none";
}
}
function updateCursorPosition(e)
{
-1
View File
@@ -8,7 +8,6 @@
</head>
<body onload="init();">
<div class="noSelect">
<img src="assets/img/ui/Point.png" id="cursor">
<!-- LOGO -->
<button class="xPacButton" id="logo" onclick="manualChangeExpac(); playButtonAudio(1);"></button>