src/css/LdtPlayer-core.css
author durandn
Thu, 24 Sep 2015 15:51:32 +0200
changeset 1065 77658c018e83
parent 988 eefd336335f9
permissions -rw-r--r--
rollback fix + changed default jquery file to load as it seems to hotfix the jquery-ui/lab.js bug

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