Skip to content

Commit 5948f72

Browse files
committed
minor update
1 parent 479566b commit 5948f72

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="/lib/style.css">
3+
<link rel="stylesheet" href="./lib/style.css">
44
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
55
<script>
66
jQuery.fn.outerHTML = function() {

lib/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ body {
208208
display: none;
209209
}
210210

211+
.toolpanel#select-panel.type-group .border-section {
212+
display: none;
213+
}
214+
215+
.toolpanel#select-panel.type-group .fill-section {
216+
display: none;
217+
}
218+
211219
.toolpanel#select-panel.type-textbox .text-section {
212220
display: block;
213221
}

0 commit comments

Comments
 (0)