File: /home/crm/public_html/wwwroot/assets/scss/theme/_tree.scss
/**=====================
50. Tree CSS Start
==========================**/
.jstree-default{
.jstree-clicked{
// background-color: lighten($primary-color , 42%);
background-color:rgba($primary-color,0.2);
box-shadow: none;
color:$primary-color ;
}
}
.vakata-context, .vakata-context ul{
background-color: $white;
border: none;
box-shadow: 0 0 2px 2px $light-semi-gray;
li{
a{
.vakata-contextmenu-sep{
display: none;
}
&:hover{
background-color: lighten($primary-color , 45%);
box-shadow: None;
}
}
}
.vakata-context-separator{
display: none;
}
}
.jstree-default {
.jstree-anchor{
font-weight:500;
}
}
/**=====================
50. Tree CSS Ends
==========================**/