src/css/LdtPlayer-core.css
author ymh <ymh.work@gmail.com>
Sat, 19 Oct 2024 01:34:55 +0200
changeset 1075 92cb33eb7a75
parent 988 eefd336335f9
permissions -rw-r--r--
Preload image to avoid image flicker on play

/* Base classes */

.Ldt-Loader {
    min-height: 128px;
    background:url(img/loader.gif) center no-repeat;
    text-indent: -9999px;
    position: absolute;
    width: 100%;
}

.Ldt-Widget {
/*    font-family: Arial, Helvetica, sans-serif; */
    color: black;
    font-size: 12px;
}

.Ldt-Highlight {
    background: #ffa0fc;
}