style the slider

This commit is contained in:
Alex Tsernoh 2022-04-05 19:30:31 +01:00
parent 34bb67665c
commit 35ea170a8e
No known key found for this signature in database
GPG key ID: 5A0BA13F0012A4BA

View file

@ -690,7 +690,6 @@ #timeControls {
flex: 1;
background-color: #555;
border: 1px #000 solid;
padding: 3px;
font-size: 12px;
text-align: center;
min-width: 300px;
@ -698,9 +697,29 @@ #timeControls {
#timeControls input {
height: 100%;
background: #555;
-webkit-appearance: none;
appearance: none;
width: 100%;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 25px;
background: #d3d3d3;
cursor: pointer;
}
.slider::-moz-range-thumb {
appearance: none;
width: 10px;
height: 25px;
background: #d3d3d3;
cursor: pointer;
}
#author {
background-color: #555;
border: 1px #000 solid;