Skip to content
Snippets Groups Projects
hm.jstree.css 217 B
Newer Older
/* HM Tree item status (unpublished/disabled) */
.jstree-default .jstree-node.hm-tree-node-disabled > a {
Mingsong's avatar
Mingsong committed
  color: gray;
  background-color: #fff4f4;
}

/* HM menu labeling */
.hm-tree-label {
  font-style: italic;
}