src/widgets/Slider.css
author durandn
Tue, 01 Sep 2015 15:31:46 +0200
changeset 1046 eb77616c245f
parent 1021 7253d4d06f0d
child 1068 7623f9af9272
permissions -rw-r--r--
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea

/* Slider Widget */

.Ldt-Slider {
    border: none; border-radius: 0; padding: 0; margin: 0; background: #B6B8B8;
}

.Ldt-Slider .ui-slider-handle {
    border-radius: 8px; top: -2px; background: #fc00ff; border: 1px solid #ffffff;
}

.Ldt-Slider .ui-slider-range {
    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;
}