Skip to content

Commit

Permalink
UI: 42600, set cursor to pointer for content in tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastocker committed Nov 26, 2024
1 parent 25546ae commit c20f879
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ img.il_ExplorerIcon {

.ilExplorerContainer .jstree-default .jstree-anchor {
height: auto;

.ilExp2NodeContent {
cursor: pointer;
}
}

.jstree-default .jstree-node, .jstree-default .jstree-anchor {
Expand Down
3 changes: 3 additions & 0 deletions templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c20f879

Please sign in to comment.