/* Blue Nile style slider track */ .noUi-target { border: none; height: 6px; background: #e5e7eb; /* light gray */ border-radius: 3px; } /* The filled-in portion */ .noUi-connect { background: #111827; /* almost black */ } /* The draggable handles */ .noUi-handle { height: 18px; width: 18px; border-radius: 50%; border: 2px solid #111827; background: #fff; cursor: grab; box-shadow: 0 0 2px rgba(0,0,0,0.2); top: -6px; /* centers handle on track */ } .noUi-handle:before, .noUi-handle:after { display: none; /* removes default bars inside handle */ }