﻿.collapsible li.disabled .collapsible-body {
    display: none !important; /*or using id of the app to avoid the use of !important*/
    pointer-events: none;
}

.collapsible li.disabled .collapsible-header {
    background: rgb(221,221,221);
    pointer-events: none;
}
