flutter changes
[roojs1] / docs / docs.css
index 6ef293a..032bb2a 100644 (file)
@@ -925,4 +925,29 @@ pre code {
 }
  code.jsdoc-pretty {
     background-color: #fff;
+}
+
+/* optoional */
+.detailList dt i {
+    margin-left: 20px;
+    font-size: 10px;
+    font-weight: 100;
+}
+
+
+a.dropdown-toggle::before {
+    display: inline-block;
+    margin-right: .255em;
+    vertical-align: .255em;
+    content: "";
+    border-top: .3em solid;
+    border-right: .3em solid transparent;
+    border-bottom: 0;
+    border-left: .3em solid transparent;
+}
+.doc-implementors .panel-body {
+    max-height: 300px;
+    overflow-y: scroll;
+    overflow-x: hidden;
+    padding-left: 0;
 }
\ No newline at end of file