| branch | new-model |
| changeset 1019 | 3ab36f402b0c |
| parent 875 | 43629caa77bc |
| child 1020 | 198c2b79f5e1 |
--- a/src/widgets/Slider.css Thu Aug 30 14:45:23 2012 +0200 +++ b/src/widgets/Slider.css Thu Jan 02 16:40:25 2014 +0100 @@ -12,3 +12,8 @@ background: #747474; } +.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; pointer-events: none; +}