diff --git a/docs/static/fonts/icons/iconfont.css b/docs/static/fonts/icons/iconfont.css index 9f7a0a7b..4f5d6225 100644 --- a/docs/static/fonts/icons/iconfont.css +++ b/docs/static/fonts/icons/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; - src: url("iconfont.eot?d6ed5932401120dae3c35f6048fd5e76?#iefix") format("embedded-opentype"), -url("iconfont.woff2?d6ed5932401120dae3c35f6048fd5e76") format("woff2"), -url("iconfont.woff?d6ed5932401120dae3c35f6048fd5e76") format("woff"); + src: url("iconfont.eot?0110b30728d5ee42bbc746ff7b3c5a79?#iefix") format("embedded-opentype"), +url("iconfont.woff2?0110b30728d5ee42bbc746ff7b3c5a79") format("woff2"), +url("iconfont.woff?0110b30728d5ee42bbc746ff7b3c5a79") format("woff"); } .icon { diff --git a/docs/static/fonts/icons/iconfont.eot b/docs/static/fonts/icons/iconfont.eot index 1de91321..a8c3c2fc 100644 Binary files a/docs/static/fonts/icons/iconfont.eot and b/docs/static/fonts/icons/iconfont.eot differ diff --git a/docs/static/fonts/icons/iconfont.ttf b/docs/static/fonts/icons/iconfont.ttf index 268395b8..f792d2e4 100644 Binary files a/docs/static/fonts/icons/iconfont.ttf and b/docs/static/fonts/icons/iconfont.ttf differ diff --git a/docs/static/fonts/icons/iconfont.woff b/docs/static/fonts/icons/iconfont.woff index a61fb1dc..e25c51d1 100644 Binary files a/docs/static/fonts/icons/iconfont.woff and b/docs/static/fonts/icons/iconfont.woff differ diff --git a/docs/static/fonts/icons/iconfont.woff2 b/docs/static/fonts/icons/iconfont.woff2 index 91b8d812..93fcd098 100644 Binary files a/docs/static/fonts/icons/iconfont.woff2 and b/docs/static/fonts/icons/iconfont.woff2 differ diff --git a/svgicons/categories/advancedcollapsed.svg b/svgicons/categories/advancedcollapsed.svg new file mode 100644 index 00000000..491db6d2 --- /dev/null +++ b/svgicons/categories/advancedcollapsed.svg @@ -0,0 +1,58 @@ + + + +image/svg+xmlcolorcolor \ No newline at end of file diff --git a/theme/blockly.less b/theme/blockly.less index 4bd7b422..b548f139 100644 --- a/theme/blockly.less +++ b/theme/blockly.less @@ -116,6 +116,10 @@ span.blocklyTreeIcon.blocklyTreeIconaddpackage::before { content: "\f105"; } +span.blocklyTreeIcon.blocklyTreeIconadvancedcollapsed::before { + content: "\f116"; +} + .save-editortools-btn .icon.save::before { content: "\f115" }