We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479566b commit 5948f72Copy full SHA for 5948f72
index.html
@@ -1,6 +1,6 @@
1
<html>
2
<head>
3
- <link rel="stylesheet" href="/lib/style.css">
+ <link rel="stylesheet" href="./lib/style.css">
4
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
5
<script>
6
jQuery.fn.outerHTML = function() {
lib/style.css
@@ -208,6 +208,14 @@ body {
208
display: none;
209
}
210
211
+.toolpanel#select-panel.type-group .border-section {
212
+ display: none;
213
+}
214
+
215
+.toolpanel#select-panel.type-group .fill-section {
216
217
218
219
.toolpanel#select-panel.type-textbox .text-section {
220
display: block;
221
0 commit comments