|
|
@ -452,7 +452,14 @@
|
|
|
|
@apply hidden;
|
|
|
|
@apply hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input[type='range']::-webkit-slider-thumb,
|
|
|
|
input[type='range']::-webkit-slider-thumb {
|
|
|
|
|
|
|
|
@apply rounded-full border-0 bg-indigo-500;
|
|
|
|
|
|
|
|
pointer-events: all;
|
|
|
|
|
|
|
|
width: 16px;
|
|
|
|
|
|
|
|
height: 16px;
|
|
|
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input[type='range']::-moz-range-thumb {
|
|
|
|
input[type='range']::-moz-range-thumb {
|
|
|
|
@apply rounded-full border-0 bg-indigo-500;
|
|
|
|
@apply rounded-full border-0 bg-indigo-500;
|
|
|
|
pointer-events: all;
|
|
|
|
pointer-events: all;
|
|
|
|