crea/integration/metadataplayer/Slider.css
author ymh <ymh.work@gmail.com>
Mon, 29 Jul 2024 23:18:55 +0200
changeset 131 2a18dfe8bfc0
parent 2 44deeff592e2
permissions -rw-r--r--
last change before install

/* Slider Widget */

.Ldt-Slider {
    margin: 0; border: none; border-radius: 0; height: 25px; width: 870px; background: url(../img/slider.png);
}

.Ldt-Slider .ui-slider-range {
    background: url(../img/slider.png) left bottom;
}

.Ldt-Slider .ui-slider-handle {
    width: 30px; height: 72px; background: url(../img/slider-handle.png);
    border: none; top: -22px; margin-left: -14px;
}