Made the slider look the same in Mozilla browsers
This commit is contained in:
10
cards.css
10
cards.css
@@ -195,6 +195,16 @@ body {
|
|||||||
background: #ff0000;
|
background: #ff0000;
|
||||||
cursor: pointer;
|
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 */
|
/* slider ends */
|
||||||
@media screen and (max-width: 513px) {
|
@media screen and (max-width: 513px) {
|
||||||
.stats {
|
.stats {
|
||||||
|
|||||||
Reference in New Issue
Block a user