First it sequence diagrams updated with the correct use of the star uml tools
[RRRRHHHH_Artifacts] / It1Artifacs / html-docs / assets / css / jquery.bonsai.css
diff --git a/It1Artifacs/html-docs/assets/css/jquery.bonsai.css b/It1Artifacs/html-docs/assets/css/jquery.bonsai.css
new file mode 100644 (file)
index 0000000..9cd9214
--- /dev/null
@@ -0,0 +1,36 @@
+.bonsai,
+.bonsai li {
+  margin: 0;
+  padding: 0;
+  list-style: none;
+  overflow: hidden;
+}
+
+.bonsai li {
+  position: relative;
+  padding-left: 1.3em; /* padding for the thumb */
+}
+
+li .thumb {
+  margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
+  position: absolute;
+  cursor: pointer;
+}
+
+li.has-children > .thumb:after {
+  content: '▸';
+}
+
+li.has-children.expanded > .thumb:after {
+  content: '▾';
+}
+
+li.collapsed > ol.bonsai {
+  height: 0;
+  overflow: hidden;
+}
+
+.bonsai .all,
+.bonsai .none {
+  cursor: pointer;
+}