fix slider, woops
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user