Revision 5686
Added by ben leinfelder almost 14 years ago
lib/style/skins/semtools/jsTree/themes/default/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
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)