patchcablemgr/assets/scss/_treeview.scss
2020-11-22 22:50:42 +00:00

28 lines
514 B
SCSS
Executable File

/* =============
Tree view page
============= */
.jstree-default {
.jstree-clicked {
background: rgba($custom, 0.4);
box-shadow: none;
}
.jstree-hovered {
background: rgba($custom, 0.4);
box-shadow: none;
}
.jstree-wholerow-clicked {
background: rgba($custom, 0.4);
}
.jstree-wholerow-hovered {
background: rgba($custom, 0.4);
}
.zmdi {
font-size: 16px;
color: rgba($dark,0.5);
}
.jstree-icon {
color: rgba($dark,0.5);
}
}