init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.range-slider::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-radius: 50%;
|
||||
background: #798fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.range-slider::-moz-range-thumb {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-radius: 50%;
|
||||
background: #798fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user