From f4e1b0715281bf6c59541ccb5bc025d383c014c0 Mon Sep 17 00:00:00 2001 From: mkranjcev Date: Tue, 16 Sep 2025 09:00:16 +0200 Subject: [PATCH] CSS change cursors for slider lines --- inst/www/shared/ionrangeslider/css/ion.rangeSlider.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/www/shared/ionrangeslider/css/ion.rangeSlider.css b/inst/www/shared/ionrangeslider/css/ion.rangeSlider.css index a95e944a1..5daf9ec83 100644 --- a/inst/www/shared/ionrangeslider/css/ion.rangeSlider.css +++ b/inst/www/shared/ionrangeslider/css/ion.rangeSlider.css @@ -182,7 +182,7 @@ content: ""; display: block; position: relative; - cursor: s-resize; + cursor: pointer; width: 100%; height: 22px; top: -9px; @@ -195,7 +195,7 @@ border-top: 1px solid #428bca; border-bottom: 1px solid #428bca; background: #428bca; - cursor: s-resize; + cursor: pointer; z-index: 2; }