diff --git a/resources/cider-ui-tests/style.less b/resources/cider-ui-tests/style.less index 6dffe3a6..49c3823c 100644 --- a/resources/cider-ui-tests/style.less +++ b/resources/cider-ui-tests/style.less @@ -726,7 +726,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track { height: 12px; border-radius: 100%; background: var(--keyColor); - cursor: ew-resize; + cursor: default; transition: opacity .10s var(--appleEase), transform .10s var(--appleEase); } @@ -735,7 +735,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track { height: 8px; border-radius: 100%; background: var(--keyColor); - cursor: pointer; + cursor: default; } } } diff --git a/resources/icons/icon.ico b/resources/icons/icon.ico index e7241fb2..f3f78e8a 100644 Binary files a/resources/icons/icon.ico and b/resources/icons/icon.ico differ