src/css/LdtPlayer-core.css
author durandn
Fri, 03 Jul 2015 16:57:10 +0200
changeset 1037 5c0416e8bba1
parent 988 eefd336335f9
permissions -rw-r--r--
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username

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