/* custom css for civixx CRM */
/* starting from 2018 by roland loebel */
/* rework in 02 2025 by roland loebel and morgane hodin */

/* ######### GENERAL STUFF ####### */


/* ########## ADMIN INTERFACE ########## */

.crm-container .required-mark::after {
    background-image: none;
}

/* ########## PUBLIC EVENT PAGES ########### */

/* disable doubled event button */
.event-info .crm-actionlinks-top{
    display: none;
}
.crm-container .register_link-top {
    display: none;
}

#crm-container.crm-public .content, #crm-container.crm-public input[type="text"] {
    font: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

/* ######### OLD AND VERY OLD STUFF ######### */


