Firefox improvements

This commit is contained in:
dginovker 2020-12-11 10:01:41 -05:00
parent d4732fed5f
commit 5cc75b4ad9
2 changed files with 7 additions and 4 deletions

View File

@ -591,7 +591,7 @@ English
<form action="./hiscores.html" method="post" class="no_margin">
<div id="remember">
<label for="rem">
<table class="center" style="margin: 0 auto; padding-top: 6px; padding-bottom: 8px;">
<table class="center" style="margin: 0 auto; padding-top: 6px; padding-bottom: 12px;">
<tr>
<td>
<span style="white-space: nowrap;">
@ -625,7 +625,7 @@ English
</td>
</tr>
</table>
<table class="center" style="margin: 0 auto; padding-top: 4px;">
<table class="center" style="margin: 0 auto;">
<tr>
<td>
<input class="nonBlueInputSlider" id="maxXP" type="range" min="1" max="10" value="10"

View File

@ -800,6 +800,7 @@
input[type=range] {
width: 100%;
margin: 5.3px 0;
padding-top: 4px;
background-color: transparent;
-webkit-appearance: none;
}
@ -831,13 +832,15 @@ input[type=range]::-moz-range-track {
background: rgba(232, 222, 196, 0.78);
border: 1px solid #010101;
border-radius: 8.1px;
padding-top: 0px;
height: 20%;
width: 100%;
height: 11.4px;
cursor: pointer;
}
input[type=range]::-moz-range-thumb {
width: 22px;
height: 22px;
width: 20px;
height: 20px;
background: #d9d9d9;
border: 1.8px solid #00001e;
border-radius: 49px;