src/widgets/Slider.css
branchnew-model
changeset 1019 3ab36f402b0c
parent 875 43629caa77bc
child 1020 198c2b79f5e1
equal deleted inserted replaced
946:919e362b9db1 1019:3ab36f402b0c
    10 
    10 
    11 .Ldt-Slider .ui-slider-range {
    11 .Ldt-Slider .ui-slider-range {
    12     background: #747474;
    12     background: #747474;
    13 }
    13 }
    14 
    14 
       
    15 .Ldt-Slider-Time {
       
    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;
       
    18     display: none; text-align: center; font-weight: bold; pointer-events: none;
       
    19 }