New/gameboard #5

Merged
Myxelium merged 4 commits from new/gameboard into master 2020-03-15 22:53:46 +00:00
Showing only changes of commit eb693970fc - Show all commits

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 {