Revision 5659
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/jsTree/themes/apple/style.css | ||
---|---|---|
44 | 44 |
#vakata-dragged.jstree-apple .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; } |
45 | 45 |
#jstree-marker.jstree-apple { background:url("d.png") -41px -57px no-repeat !important; } |
46 | 46 |
|
47 |
.jstree-apple a.jstree-search { color:aqua; }
|
|
47 |
.jstree-apple a.jstree-search { color:black; font-weight: bold;}
|
|
48 | 48 |
|
49 | 49 |
#vakata-contextmenu.jstree-apple-context, |
50 | 50 |
#vakata-contextmenu.jstree-apple-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; } |
lib/style/skins/semtools/jsTree/themes/default/style.css | ||
---|---|---|
42 | 42 |
#vakata-dragged.jstree-default .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; } |
43 | 43 |
#jstree-marker.jstree-default { background:url("d.png") -41px -57px no-repeat !important; } |
44 | 44 |
|
45 |
.jstree-default a.jstree-search { color:aqua; }
|
|
45 |
.jstree-default a.jstree-search { color:black; font-weight: bold }
|
|
46 | 46 |
|
47 | 47 |
#vakata-contextmenu.jstree-default-context, |
48 | 48 |
#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; } |
lib/style/skins/semtools/index.jsp | ||
---|---|---|
93 | 93 |
"select_multiple_modifier" : "alt", |
94 | 94 |
"selected_parent_close" : "select_parent"//, |
95 | 95 |
//"initially_select" : [ selectedNodeId ] |
96 |
}, |
|
96 |
}, |
|
97 |
"themes" : { |
|
98 |
"theme" : "default", |
|
99 |
"dots" : true, |
|
100 |
"icons" : false |
|
101 |
}, |
|
97 | 102 |
//"core" : { "initially_open" : [ selectedNodeId ] }, |
98 | 103 |
"search" : { "case_insensitive" : true }, |
99 | 104 |
"plugins" : [ "themes", "html_data", "ui", "cookies", "search" ] |
Also available in: Unified diff
no more aqua for search results