Made the slider look the same in Mozilla browsers

This commit is contained in:
2020-03-15 23:52:45 +01:00
parent b65d1a812a
commit eb693970fc

View File

@@ -195,6 +195,16 @@ body {
background: #ff0000;
cursor: pointer;
}
.slider::-moz-range-thumb { /* Same thing in firefox as above */
width: 15px;
height: 15px;
background: #ff0000;
cursor: pointer;
border-radius: 0px;
border: 0px solid
transparent;
}
/* slider ends */
@media screen and (max-width: 513px) {
.stats {