web/res/metadataplayer/LdtPlayer-core.css
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 15:14:16 +0200
changeset 1471 c99372e45a90
parent 778 525f00c2d6ac
child 1558 761ba7426984
permissions -rw-r--r--
Added tag V06.005 for changeset 4812c816aec1

/* 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;
}