﻿#themeIcon svg {
    display: none;
}
#themeIcon.light svg.light {
    display: inline-block !important;
}

#themeIcon.dark svg.dark {
    display: inline-block !important;
}

#themeIcon.auto svg.auto {
    display: inline-block !important;
}

/*Fix Tree Dropdown on dark mode theme*/

.jstree-wholerow.jstree-wholerow-clicked {
    background: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}
