﻿

/* Necessary to see the context menu when the tree is displayed in the sidebar menu - only required when not fixed? */
ul.jstree-contextmenu {
    z-index: 99999999; /* jconfirm uses a z-index of 99999999 and the context menu must display above it*/
}


/* Hide expand icon for parent */
.gallery-tree-menu-container .jstree-default > .jstree-no-dots li[id='-999'] > .jstree-ocl,
.gallery-tree-menu-container .jstree-default > .jstree-no-dots li[id='-999'] > .jstree-ocl {
    display: none;
}


/*#gallery-tree .jstree-loading {
    content:"\f110";
}*/

/*.jstree-default a.jstree-loading .jstree-icon {
    content:"\f110";
}*/

/* DO NOT HIGHLIGHT General Folder
.jstree-icon.jstree-themeicon.fa.general-folder {
    color: rgb(148, 74, 114);
}
*/