/* * jsTree default theme 1.0 * Supported features: dots/no-dots, icons/no-icons, focused, loading * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search */ .jstree-default li, .jstree-default ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; } .jstree-default li { background-position:-90px 0; background-repeat:repeat-y; } .jstree-default li.jstree-last { background:transparent; } .jstree-default .jstree-open > .jstree-ocl { background-position:-72px 0; } .jstree-default .jstree-closed > .jstree-ocl { background-position:-54px 0; } .jstree-default .jstree-leaf > .jstree-ocl { background-position:-36px 0; } .jstree-default .jstree-loading > .jstree-ocl { background:url("throbber.gif") center center no-repeat !important; } .jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; border-radius:2px; } .jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; border-radius:2px; } .jstree-default a .jstree-themeicon { background-position:-56px -19px; } /*.jstree-default.jstree-focused { background:#ffffee; }*/ .jstree-default .jstree-no-dots li, .jstree-default .jstree-no-dots .jstree-leaf > .jstree-ocl { background:transparent; } .jstree-default .jstree-no-dots .jstree-open > .jstree-ocl { background-position:-18px 0; } .jstree-default .jstree-no-dots .jstree-closed > .jstree-ocl { background-position:0 0; } .jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked { background:transparent; border:0; padding:1px 2px; border-radius:0; } .jstree-default > .jstree-wholerow-ul .jstree-wholerow-hovered { background:#e7f4f9; } .jstree-default > .jstree-wholerow-ul .jstree-wholerow-clicked { background:#beebff; } .jstree-default .jstree-no-icons a .jstree-themeicon { display:none; } .jstree-default .jstree-search { font-style:italic; color:aqua; } .jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; } .jstree-default .jstree-check { display:none !important; } .jstree-default .jstree-checkbox { background-position:-2px -19px; } .jstree-default .jstree-checked { background-position:-38px -19px; } .jstree-default .jstree-undetermined { background-position:-20px -19px; } .jstree-default a:hover .jstree-checkbox { background-position:-2px -37px; } .jstree-default a:hover .jstree-checked { background-position:-38px -37px; } .jstree-default a:hover .jstree-undetermined { background-position:-20px -37px; } #jstree-dnd.jstree-default ins { background:transparent; } #jstree-dnd.jstree-default .jstree-ok { background:url("d.png") -2px -53px no-repeat; } #jstree-dnd.jstree-default .jstree-er { background:url("d.png") -18px -53px no-repeat; } /*#jstree-marker.jstree-default { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }*/ .jstree-default .jstree-locked a { color:silver; cursor:default; } /* #vakata-contextmenu.jstree-default-context, #vakata-contextmenu.jstree-default-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; } #vakata-contextmenu.jstree-default-context li { } #vakata-contextmenu.jstree-default-context a { color:black; } #vakata-contextmenu.jstree-default-context a:hover, #vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; } #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a, #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; } #vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; } #vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; } */ /* IE6 BEGIN */ .jstree-default li, .jstree-default ins, #vakata-dragged.jstree-default .jstree-invalid, #vakata-dragged.jstree-default .jstree-ok, #jstree-marker.jstree-default { _background-image:url("d.gif"); } .jstree-default .jstree-open .jstree-ocl { _background-position:-72px 0; } .jstree-default .jstree-closed .jstree-ocl { _background-position:-54px 0; } .jstree-default .jstree-leaf .jstree-ocl { _background-position:-36px 0; } .jstree-default .jstree-loading .jstree-ocl { _background:url("throbber.gif") center center no-repeat !important; } .jstree-default a ins.jstree-themeicon { _background-position:-56px -19px; } /* #vakata-contextmenu.jstree-default-context ins { _display:none; } #vakata-contextmenu.jstree-default-context li { _zoom:1; } */ .jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; } .jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; } .jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; } /* IE6 END */