/* Custom styles specific to this application */
/* custom-base.css must be included along with this file, as it defines root variables */

/* region Cropper image preview */
/* for cropped image preview when creating a conference */
.u-cropped-img-preview {
    max-height: 80px;
}

/* for ZK cropper */
.u-cropper-window-content {
    max-width: 1200px;
    max-height: 800px;
    overflow: auto;
}

/* endregion */

/* region Listbox rows non clickable */
/* when using nonselectableTags="*" on listbox, rows are selectable only using checkboxes, so adapt cursors */
.u-listbox-no-select .z-listitem-checkable,
.u-listbox-no-select .z-listgroup-checkable {
    cursor: pointer;
}

.u-listbox-no-select .z-listitem .z-listcell {
    cursor: auto;
}

/* endregion */