fix slider, woops
This commit is contained in:
@@ -254,7 +254,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slider:hover {
|
.slider:hover {
|
||||||
opacity: 1; /* Fully shown on mouse-over */
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider::-webkit-slider-thumb {
|
.slider::-webkit-slider-thumb {
|
||||||
@@ -265,6 +265,7 @@ html, body {
|
|||||||
background: url('../img/ui/UI_SliderHandle.png');
|
background: url('../img/ui/UI_SliderHandle.png');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(1.6);
|
transform: scale(1.6);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider::-moz-range-thumb {
|
.slider::-moz-range-thumb {
|
||||||
@@ -273,4 +274,5 @@ html, body {
|
|||||||
background: url('../img/ui/UI_SliderHandle.png');
|
background: url('../img/ui/UI_SliderHandle.png');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(1.6);
|
transform: scale(1.6);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -221,9 +221,13 @@ function showSettings()
|
|||||||
{
|
{
|
||||||
var opt = document.getElementById("options");
|
var opt = document.getElementById("options");
|
||||||
if(opt.style.display == "none")
|
if(opt.style.display == "none")
|
||||||
|
{
|
||||||
opt.style.display = "flex";
|
opt.style.display = "flex";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
opt.style.display = "none";
|
opt.style.display = "none";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateCursorPosition(e)
|
function updateCursorPosition(e)
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body onload="init();">
|
<body onload="init();">
|
||||||
<div class="noSelect">
|
<div class="noSelect">
|
||||||
<img src="assets/img/ui/Point.png" id="cursor">
|
|
||||||
|
|
||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
<button class="xPacButton" id="logo" onclick="manualChangeExpac(); playButtonAudio(1);"></button>
|
<button class="xPacButton" id="logo" onclick="manualChangeExpac(); playButtonAudio(1);"></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user