src/widgets/Slider.css
author cavaliet
Thu, 02 Jan 2014 16:54:22 +0100
changeset 1021 7253d4d06f0d
parent 970 b1c3bf6eca78
child 1068 7623f9af9272
permissions -rw-r--r--
update widgets after enhance in annotation platform.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     1
/* Slider Widget */
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     2
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     3
.Ldt-Slider {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     4
    border: none; border-radius: 0; padding: 0; margin: 0; background: #B6B8B8;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     5
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     6
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     7
.Ldt-Slider .ui-slider-handle {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     8
    border-radius: 8px; top: -2px; background: #fc00ff; border: 1px solid #ffffff;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     9
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    10
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    11
.Ldt-Slider .ui-slider-range {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    12
    background: #747474;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    13
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    14
965
eadb7290c325 Improvements in widget communication
veltr
parents: 875
diff changeset
    15
.Ldt-Slider-Time {
eadb7290c325 Improvements in widget communication
veltr
parents: 875
diff changeset
    16
    position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
970
b1c3bf6eca78 Cleaning and refactoring
veltr
parents: 965
diff changeset
    17
    font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
1021
7253d4d06f0d update widgets after enhance in annotation platform.
cavaliet
parents: 970
diff changeset
    18
    display: none; text-align: center; font-weight: bold; pointer-events: none;
965
eadb7290c325 Improvements in widget communication
veltr
parents: 875
diff changeset
    19
}