diff options
-rw-r--r-- | themes/base/slider.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/slider.css b/themes/base/slider.css index cffdc9691..724d513c2 100644 --- a/themes/base/slider.css +++ b/themes/base/slider.css @@ -17,7 +17,7 @@ z-index: 2; width: 1.2em; height: 1.2em; - cursor: default; + cursor: pointer; -ms-touch-action: none; touch-action: none; } |