src/widgets/Slider.css
changeset 1021 7253d4d06f0d
parent 970 b1c3bf6eca78
child 1068 7623f9af9272
--- a/src/widgets/Slider.css	Fri Oct 25 01:32:13 2013 +0200
+++ b/src/widgets/Slider.css	Thu Jan 02 16:54:22 2014 +0100
@@ -15,5 +15,5 @@
 .Ldt-Slider-Time {
     position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
     font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
-    display: none; text-align: center; font-weight: bold;
+    display: none; text-align: center; font-weight: bold; pointer-events: none;
 }