mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 13:18:53 -05:00
fix(ui): correct range slider styling in chrome (#3299)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user