<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.treeview .list-group-item {
  cursor: pointer;
}
.treeview .list-group-item:not(.node-selected):hover,
.treeview .list-group-item:not(.node-selected):focus {
  color: #62a8ea;
  background-color: #f3f7f9;
}
.treeview .list-group-item:not(.node-selected):hover &gt; .node-icon,
.treeview .list-group-item:not(.node-selected):focus &gt; .node-icon {
  color: #62a8ea;
}
.treeview span.indent {
  margin-right: 10px;
  margin-left: 10px;
}
.treeview span.icon {
  width: 12px;
  margin-right: 8px;
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}
</pre></body></html>