Project

General

Profile

« Previous | Next » 

Revision 5686

do not show visual indication of "focused" tree - it looks random because it mostly is (at least when refeshing it with the current active domain - the calls are all asynchronous so we don't ever really know which one will be created last and therefore gain the focus)

View differences:

style.css
17 17
.jstree-default a .jstree-icon { background-position:-56px -19px; }
18 18
.jstree-default a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
19 19

  
20
.jstree-default.jstree-focused { background:#ffffee; }
20
/*.jstree-default.jstree-focused { background:#ffffee; }*/
21
.jstree-default.jstree-focused { background:white; }
21 22

  
22 23
.jstree-default .jstree-no-dots li, 
23 24
.jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }

Also available in: Unified diff