src/widgets/Slider.css
changeset 1021 7253d4d06f0d
parent 970 b1c3bf6eca78
child 1068 7623f9af9272
equal deleted inserted replaced
1018:de1e7cf6bfc4 1021:7253d4d06f0d
    13 }
    13 }
    14 
    14 
    15 .Ldt-Slider-Time {
    15 .Ldt-Slider-Time {
    16     position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
    16     position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
    17     font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
    17     font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
    18     display: none; text-align: center; font-weight: bold;
    18     display: none; text-align: center; font-weight: bold; pointer-events: none;
    19 }
    19 }